mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-22 21:05:58 +01:00
build: bump version to 0.15.0
This commit is contained in:
parent
8810e95082
commit
0467a7523a
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
project(
|
project(
|
||||||
'wlroots',
|
'wlroots',
|
||||||
'c',
|
'c',
|
||||||
version: '0.14.0',
|
version: '0.15.0',
|
||||||
license: 'MIT',
|
license: 'MIT',
|
||||||
meson_version: '>=0.56.0',
|
meson_version: '>=0.56.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 = 9
|
soversion = 10
|
||||||
|
|
||||||
little_endian = host_machine.endian() == 'little'
|
little_endian = host_machine.endian() == 'little'
|
||||||
big_endian = host_machine.endian() == 'big'
|
big_endian = host_machine.endian() == 'big'
|
||||||
|
|
Loading…
Reference in a new issue