mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-25 16:42:26 +00:00
build: bump version to 0.17.0-dev
This commit is contained in:
parent
1712a7d274
commit
5b23987349
@ -1,7 +1,7 @@
|
|||||||
project(
|
project(
|
||||||
'wlroots',
|
'wlroots',
|
||||||
'c',
|
'c',
|
||||||
version: '0.16.0',
|
version: '0.17.0-dev',
|
||||||
license: 'MIT',
|
license: 'MIT',
|
||||||
meson_version: '>=0.59.0',
|
meson_version: '>=0.59.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 = 11
|
soversion = 12
|
||||||
|
|
||||||
little_endian = target_machine.endian() == 'little'
|
little_endian = target_machine.endian() == 'little'
|
||||||
big_endian = target_machine.endian() == 'big'
|
big_endian = target_machine.endian() == 'big'
|
||||||
|
Loading…
Reference in New Issue
Block a user