diff options
author | raveit65 <[email protected]> | 2017-03-30 18:06:32 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-03-30 18:06:32 +0200 |
commit | 2c1957f884a5e11f8cd6536b9b4cca3f0ee86b6b (patch) | |
tree | 912b4547bff6c0572ca8252716b4ea7efd4aa713 | |
parent | a4f21ec70b26aae76a071bdd323e0ea0faf7bf98 (diff) | |
download | mate-panel-2c1957f884a5e11f8cd6536b9b4cca3f0ee86b6b.tar.bz2 mate-panel-2c1957f884a5e11f8cd6536b9b4cca3f0ee86b6b.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.19.0 + ### mate-panel 1.18.0 * NEWS: use consistent, project wide, markdown-like formatting diff --git a/configure.ac b/configure.ac index c30d8743..c85669da 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-panel], [1.18.0], [https://github.com/mate-desktop/mate-panel/issues], +AC_INIT([mate-panel], [1.19.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]) |