diff options
author | raveit65 <[email protected]> | 2020-06-15 11:30:23 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-06-15 11:30:23 +0200 |
commit | b208cfea6a66f7427be320469040d6927e42ff1b (patch) | |
tree | 1697c8ed3a9df75a2540c8fd8f3826a7447458d8 | |
parent | 1cfcb58dd5bc3e6effac1d2cdbc482dce930dd9b (diff) | |
download | mate-panel-b208cfea6a66f7427be320469040d6927e42ff1b.tar.bz2 mate-panel-b208cfea6a66f7427be320469040d6927e42ff1b.tar.xz |
pre-bump version
-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.25.0 + ### mate-panel 1.24.0 * update translations diff --git a/configure.ac b/configure.ac index 7233269a..06fd1b49 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-panel], [1.24.0], [https://github.com/mate-desktop/mate-panel/issues], +AC_INIT([mate-panel], [1.25.0], [https://github.com/mate-desktop/mate-panel/issues], [mate-panel], [http://www.mate-desktop.org]) AC_CONFIG_HEADERS(config.h) AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz tar-ustar -Wno-portability check-news]) |