aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2020-07-16 00:27:23 +0200
committerSimon Ser <contact@emersion.fr>2020-07-16 00:27:23 +0200
commit751a21d94f1b4f0345d040ddfd54b723631d5991 (patch)
treea1465765cb42b49db3a1fc63bc20a9a18c12b029 /meson.build
parenta145430afac6e1d0fbf65250b25573fdf1b2e4fd (diff)
Update version to 0.11.0
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index a6dad5d6..4abe6318 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'wlroots',
'c',
- version: '0.10.0',
+ version: '0.11.0',
license: 'MIT',
meson_version: '>=0.54.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 = 5
+soversion = 6
add_project_arguments([
'-DWLR_USE_UNSTABLE',