Update version to 0.10.0
This commit is contained in:
parent
d9fdd28ac6
commit
57ffb35de0
|
@ -1,7 +1,7 @@
|
||||||
project(
|
project(
|
||||||
'wlroots',
|
'wlroots',
|
||||||
'c',
|
'c',
|
||||||
version: '0.9.1',
|
version: '0.10.0',
|
||||||
license: 'MIT',
|
license: 'MIT',
|
||||||
meson_version: '>=0.51.2',
|
meson_version: '>=0.51.2',
|
||||||
default_options: [
|
default_options: [
|
||||||
|
@ -14,7 +14,7 @@ project(
|
||||||
# Format of so_version is CURRENT, REVISION, AGE.
|
# Format of so_version is CURRENT, REVISION, AGE.
|
||||||
# See: https://autotools.io/libtool/version.html
|
# See: https://autotools.io/libtool/version.html
|
||||||
# for a reference about clean library versioning.
|
# for a reference about clean library versioning.
|
||||||
so_version = ['4', '8', '1']
|
so_version = ['5', '9', '1']
|
||||||
|
|
||||||
add_project_arguments([
|
add_project_arguments([
|
||||||
'-DWLR_USE_UNSTABLE',
|
'-DWLR_USE_UNSTABLE',
|
||||||
|
|
Loading…
Reference in New Issue