From 34eb1fb73da62c7286031dc401c059814d815e1c Mon Sep 17 00:00:00 2001 From: Georges Basile Stavracas Neto Date: Mon, 9 Sep 2019 18:33:30 -0300 Subject: [PATCH] Bump version to 3.35.0 Let the 3.35 development cycle begin! --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 8ca97d12f..73cf43eb7 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'gnome-control-center', 'c', - version : '3.34.0.1', + version : '3.35.0', license : 'GPL2+', meson_version : '>= 0.50.0' )