summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
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'
)