diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-12-31 10:11:54 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-12-31 10:11:54 -0500 |
commit | 1c5ca793c05df28c0f9dfa6c8de97bb3877afe5b (patch) | |
tree | 04ac48a3e01cf62943bb6093718b9427ff690a7e | |
parent | 346b43e937340423901502fccb30f397e93efd5f (diff) |
Update version to 0.9.0
-rw-r--r-- | meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build index af996a51..243d0b59 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'wlroots', 'c', - version: '0.8.1', + version: '0.9.0', license: 'MIT', meson_version: '>=0.51.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', '6', '1'] +so_version = ['4', '7', '1'] add_project_arguments([ '-DWLR_USE_UNSTABLE', |