build: bump version to 0.14.0

We now bump the version number right after releases, so that a Git
snapshot is not mistaken for a previous version.

References: https://github.com/swaywm/wlroots/issues/2792
This commit is contained in:
Simon Ser 2021-04-08 08:51:12 +02:00
parent 69c71dbc8a
commit 1c10079a67
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
project(
'wlroots',
'c',
version: '0.13.0',
version: '0.14.0',
license: 'MIT',
meson_version: '>=0.56.0',
default_options: [
@ -15,7 +15,7 @@ project(
# necessary for bugfix releases. Increasing soversion is required because
# wlroots never guarantees ABI stability -- only API stability is guaranteed
# between minor releases.
soversion = 8
soversion = 9
add_project_arguments([
'-DWLR_USE_UNSTABLE',