mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-22 12:55:58 +01:00
Update version to 0.12.0
This commit is contained in:
parent
9595f95452
commit
238d1c078f
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
project(
|
project(
|
||||||
'wlroots',
|
'wlroots',
|
||||||
'c',
|
'c',
|
||||||
version: '0.11.0',
|
version: '0.12.0',
|
||||||
license: 'MIT',
|
license: 'MIT',
|
||||||
meson_version: '>=0.54.0',
|
meson_version: '>=0.54.0',
|
||||||
default_options: [
|
default_options: [
|
||||||
|
@ -15,7 +15,7 @@ project(
|
||||||
# necessary for bugfix releases. Increasing soversion is required because
|
# necessary for bugfix releases. Increasing soversion is required because
|
||||||
# wlroots never guarantees ABI stability -- only API stability is guaranteed
|
# wlroots never guarantees ABI stability -- only API stability is guaranteed
|
||||||
# between minor releases.
|
# between minor releases.
|
||||||
soversion = 6
|
soversion = 7
|
||||||
|
|
||||||
add_project_arguments([
|
add_project_arguments([
|
||||||
'-DWLR_USE_UNSTABLE',
|
'-DWLR_USE_UNSTABLE',
|
||||||
|
|
Loading…
Reference in a new issue