aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-05-03 11:55:46 -0400
committerDrew DeVault <sir@cmpwn.com>2019-05-03 11:55:46 -0400
commitc0305f4f864543f8c3fea6f302e91c9b1d3396f3 (patch)
tree456f00e34498c06094ef33f5e1c30cd80d42ab2f
parentcf3b083c329b4e3ce89d16d77253e30137e86da2 (diff)
Update version to 0.6.0
-rw-r--r--meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 18afd9bc..dc8fbddc 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'wlroots',
'c',
- version: '0.5.0',
+ version: '0.6.0',
license: 'MIT',
meson_version: '>=0.48.0',
default_options: [
@@ -14,7 +14,7 @@ project(
# Format of so_version is CURRENT, REVISION, AGE.
# See: https://autotools.io/libtool/version.html
# for a reference about clean library versioning.
-so_version = ['2', '3', '1']
+so_version = ['3', '4', '1']
add_project_arguments([
'-DWLR_SRC_DIR="@0@"'.format(meson.current_source_dir()),