Update version to 0.8.0

This commit is contained in:
Drew DeVault 2019-10-07 07:52:12 -04:00
parent d84eb9e9f5
commit df77592b6e
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
project(
'wlroots',
'c',
version: '0.7.0',
version: '0.8.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', '5', '1']
so_version = ['3', '6', '1']
add_project_arguments([
'-DWLR_USE_UNSTABLE',