diff options
| author | lukefromdc <[email protected]> | 2026-08-23 21:29:11 -0400 |
|---|---|---|
| committer | lukefromdc <[email protected]> | 2026-08-23 21:29:11 -0400 |
| commit | 3173a741f83287d2800a635f65c4f010c0562f00 (patch) | |
| tree | 8d4ac20d901bbe03ff3166d445171faf644e50b3 | |
| parent | 848c481a28098d7cc408d6e63c2ebb023800dd5e (diff) | |
| download | mate-control-center-3173a741f83287d2800a635f65c4f010c0562f00.tar.bz2 mate-control-center-3173a741f83287d2800a635f65c4f010c0562f00.tar.xz | |
Release 1.29.1v1.29.1
*This solves some packaging issues
| -rw-r--r-- | NEWS | 3 | ||||
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | meson.build | 2 |
3 files changed, 5 insertions, 2 deletions
@@ -1,3 +1,6 @@ +### mate-control-center 1.29.1 + * rerelease same code + ### mate-control-center 1.29.0 * Translations update from Fedora Weblate (#810) diff --git a/configure.ac b/configure.ac index 22630de7..0567c94c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-control-center], [1.29.0], [http://www.mate-desktop.org/]) +AC_INIT([mate-control-center], [1.29.1], [http://www.mate-desktop.org/]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([shell]) diff --git a/meson.build b/meson.build index e8db74cd..ba79e2de 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'mate-control-center', 'c', - version : '1.29.0', + version : '1.29.1', meson_version : '>= 0.57.0' ) |
