diff options
author | lukefromdc <[email protected]> | 2024-04-04 00:11:23 -0400 |
---|---|---|
committer | lukefromdc <[email protected]> | 2024-04-04 00:11:23 -0400 |
commit | d45586734d1f60a4f280ac810556f2aa3c48910d (patch) | |
tree | 0661f0b36451dba20d8fdd486400ecbcc37acb9a | |
parent | c365f4419b9ea9d00f7fb120afca3bdf50a8c821 (diff) | |
download | mate-panel-d45586734d1f60a4f280ac810556f2aa3c48910d.tar.bz2 mate-panel-d45586734d1f60a4f280ac810556f2aa3c48910d.tar.xz |
Bump version to 1.29.0
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +### mate-panel 1.29.0 + ### mate-panel 1.28.1 * Build: require mate-desktop 1.28.2 diff --git a/configure.ac b/configure.ac index 97db8b60..f0b45e2a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-panel], [1.28.1], [https://github.com/mate-desktop/mate-panel/issues], +AC_INIT([mate-panel], [1.29.0], [https://github.com/mate-desktop/mate-panel/issues], [mate-panel], [https://mate-desktop.org]) AC_CONFIG_HEADERS(config.h) AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz tar-ustar -Wno-portability check-news]) |