From 57ffb35de009611d8edecb297bc2fd10a9a86702 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Wed, 22 Jan 2020 13:22:04 -0500 Subject: [PATCH] Update version to 0.10.0 --- meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index 4d7e96db..9096d43f 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'wlroots', 'c', - version: '0.9.1', + version: '0.10.0', license: 'MIT', meson_version: '>=0.51.2', 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', '8', '1'] +so_version = ['5', '9', '1'] add_project_arguments([ '-DWLR_USE_UNSTABLE',