aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-08-27 12:32:24 +0900
committerDrew DeVault <sir@cmpwn.com>2019-08-27 12:32:24 +0900
commita20bb38763877410a80a0c02ddfbfaa906c288fd (patch)
tree26f3e5c0ab78c37439c75b39cfab13f5ff4a8861 /meson.build
parentbd6b348feb0da72b74a0d19528ec00506a873058 (diff)
Update version to 0.7.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 5dda5540..8d85752b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'wlroots',
'c',
- version: '0.6.0',
+ version: '0.7.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 = ['3', '4', '1']
+so_version = ['3', '5', '1']
add_project_arguments([
'-DWLR_USE_UNSTABLE',