diff options
author | Simon Ser <contact@emersion.fr> | 2020-07-16 00:27:23 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2020-07-16 00:27:23 +0200 |
commit | 751a21d94f1b4f0345d040ddfd54b723631d5991 (patch) | |
tree | a1465765cb42b49db3a1fc63bc20a9a18c12b029 | |
parent | a145430afac6e1d0fbf65250b25573fdf1b2e4fd (diff) |
Update version to 0.11.0
-rw-r--r-- | meson.build | 4 |
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', |