From 9e99eaa41459d9b957bd9e22fd88c61794d8c84d Mon Sep 17 00:00:00 2001 From: Alice Mikhaylenko Date: Fri, 28 Jun 2024 20:51:38 +0400 Subject: [PATCH] Post-release version bump to 1.6.beta --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 09bdadc4a..6ad93bd0a 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libadwaita', 'c', - version: '1.6.alpha', + version: '1.6.beta', license: 'LGPL-2.1-or-later', meson_version: '>= 0.59.0', default_options: [ 'warning_level=1', 'buildtype=debugoptimized', 'c_std=gnu11' ], -- GitLab