Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
virgl
virglrenderer
Commits
07f5ef95
Commit
07f5ef95
authored
Mar 09, 2022
by
Gert Wollny
Committed by
Gert Wollny
Mar 09, 2022
Browse files
meson: upref for new release
Signed-off-by:
Gert Wollny
<
gert.wollny@collabora.com
>
parent
c0871ad3
Pipeline
#527293
passed with stages
in 69 minutes and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
meson.build
View file @
07f5ef95
...
...
@@ -23,7 +23,7 @@
project(
'virglrenderer', 'c',
version: '0.
9
.0',
version: '0.
10
.0',
license : 'MIT',
meson_version : '>= 0.49',
default_options : ['buildtype=release', 'b_ndebug=if-release',
...
...
@@ -39,8 +39,8 @@ project(
# and set revision and interface_age to zero
binary_age = 1
interface_age =
5
revision =
3
interface_age =
6
revision =
4
cc = meson.get_compiler('c')
...
...
@@ -80,7 +80,7 @@ epoxy_dep = dependency('epoxy', version: '>= 1.5.4')
m_dep = cc.find_library('m')
conf_data = configuration_data()
conf_data.set('VERSION', '0.
8.1
')
conf_data.set('VERSION', '0.
10.0
')
conf_data.set('_GNU_SOURCE', 1)
conf_data.set('VIRGL_RENDERER_UNSTABLE_APIS', 1)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment