From cf67b6a462ceeaddea84130789fa5e73fe598fdd Mon Sep 17 00:00:00 2001 From: lukefromdc Date: Thu, 4 Apr 2024 01:24:10 -0400 Subject: Bump version to 1.29.0 --- NEWS | 2 ++ configure.ac | 2 +- meson.build | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 78309de9..3f00cee6 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +### mate-control-center 1.29.0 + ### mate-control-center 1.28.0 * Translations update diff --git a/configure.ac b/configure.ac index 7a5ac8a6..c0e1cd0d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-control-center], [1.28.0], [http://www.mate-desktop.org/]) +AC_INIT([mate-control-center], [1.29.0], [http://www.mate-desktop.org/]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([shell]) diff --git a/meson.build b/meson.build index 9c09c320..ca16c48b 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'mate-control-center', 'c', - version : '1.28.0', + version : '1.29.0', meson_version : '>= 0.57.0' ) -- cgit v1.2.1