diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-10-07 15:28:20 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-10-07 15:28:20 -0400 |
commit | b051bb68c23d8e552775494c86e5b5ad12bc7bf6 (patch) | |
tree | 2b2312c32947e59b94209f30e7c7f9d2bf3d9944 | |
parent | b1b93c2c7e6cc9d804390c740c2a199814e8e5ba (diff) |
Update version to 0.8.1
-rw-r--r-- | meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build index 8d85752b..3775e14c 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'wlroots', 'c', - version: '0.7.0', + version: '0.8.1', 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', '5', '1'] +so_version = ['3', '6', '1'] add_project_arguments([ '-DWLR_USE_UNSTABLE', |