mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
build: bump version to 0.16.0-dev
Same as [1]. [1]: https://github.com/swaywm/sway/pull/6730
This commit is contained in:
parent
41124592dd
commit
078d8dd472
2 changed files with 3 additions and 2 deletions
|
|
@ -1,4 +1,5 @@
|
|||
version_array = meson.project_version().split('.')
|
||||
version_base = meson.project_version().split('-')[0]
|
||||
version_array = version_base.split('.')
|
||||
version_data = configuration_data()
|
||||
version_data.set_quoted('WLR_VERSION_STR', meson.project_version())
|
||||
version_data.set('WLR_VERSION_MAJOR', version_array[0])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue