diff options
author | Drew DeVault <sir@cmpwn.com> | 2020-01-06 09:01:10 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-01-06 09:01:10 -0500 |
commit | a2cbb4e417fdc8fa0d66db481ad721f5af4392bd (patch) | |
tree | 8be9bb69064ea8adfec4c0bb1299c5b8a2ec7cf2 | |
parent | c067fbc010da0eeb1364a391f13e9609b7fd0477 (diff) |
Update version to 0.9.1
-rw-r--r-- | meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build index 243d0b59..eaf8e79e 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'wlroots', 'c', - version: '0.9.0', + version: '0.9.1', 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 = ['4', '7', '1'] +so_version = ['4', '8', '1'] add_project_arguments([ '-DWLR_USE_UNSTABLE', |