From 71533005ea57118b1096f37f24f552f6e9e5707c Mon Sep 17 00:00:00 2001 From: Georges Basile Stavracas Neto Date: Fri, 13 Aug 2021 19:21:04 -0300 Subject: [PATCH] Post-release version bump --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 42a9536b4..0d46802b5 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'gnome-control-center', 'c', - version : '41.beta', + version : '41.rc1', license : 'GPL2+', meson_version : '>= 0.53.0' )