From 69c71dbc8afecc5da5c800cdc1475185064b4ac4 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 7 Apr 2021 21:19:31 +0200 Subject: [PATCH] build: bump to v0.13.0 References: https://github.com/swaywm/wlroots/issues/2778 --- meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index f9281b41..658a4120 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'wlroots', 'c', - version: '0.12.0', + version: '0.13.0', license: 'MIT', meson_version: '>=0.56.0', default_options: [ @@ -15,7 +15,7 @@ project( # necessary for bugfix releases. Increasing soversion is required because # wlroots never guarantees ABI stability -- only API stability is guaranteed # between minor releases. -soversion = 7 +soversion = 8 add_project_arguments([ '-DWLR_USE_UNSTABLE',