aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2020-11-08 15:01:44 +0100
committerSimon Ser <contact@emersion.fr>2020-11-08 15:01:44 +0100
commit238d1c078fb03338e9f271d98f7bf6b1fc399285 (patch)
treee8414ca39daaaa8173a1a2a9b75f814295e28ff3
parent9595f95452a1d7420bbb190dc29c3806c29ca41e (diff)
Update version to 0.12.0
-rw-r--r--meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index ca26391e..835e0195 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'wlroots',
'c',
- version: '0.11.0',
+ version: '0.12.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 = 6
+soversion = 7
add_project_arguments([
'-DWLR_USE_UNSTABLE',