mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-22 21:05:58 +01:00
build: bump soversion
According to [1] this should be done at each release with breaking ABI
changes.
[1]: https://gitlab.freedesktop.org/wlroots/wlroots/-/wikis/Core-contributor-guide#releasing-a-new-version
Fixes: 7360810f2e
("build: bump to version 0.16.0")
This commit is contained in:
parent
92d137c78a
commit
562b24b9fc
1 changed files with 1 additions and 1 deletions
|
@ -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 = 10
|
soversion = 11
|
||||||
|
|
||||||
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