From b051bb68c23d8e552775494c86e5b5ad12bc7bf6 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Mon, 7 Oct 2019 15:28:20 -0400 Subject: [PATCH] Update version to 0.8.1 --- meson.build | 4 ++-- 1 file 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',