diff options
author | Simon Ser <contact@emersion.fr> | 2021-04-07 21:19:31 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-04-07 21:19:31 +0200 |
commit | 69c71dbc8afecc5da5c800cdc1475185064b4ac4 (patch) | |
tree | 31a7c24c4f6bfa3813ad0b3baf814dadb1801e19 /meson.build | |
parent | 69e1997ebe3e38dee2f7318c3989f16e2bcac8f3 (diff) |
build: bump to v0.13.0
References: https://github.com/swaywm/wlroots/issues/2778
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build index f9281b41..658a4120 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'wlroots', 'c', - version: '0.12.0', + version: '0.13.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 = 7 +soversion = 8 add_project_arguments([ '-DWLR_USE_UNSTABLE', |