diff options
author | raveit65 <[email protected]> | 2019-02-25 18:21:02 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-02-25 18:21:02 +0100 |
commit | a4eb3bf3f40a30d9d66938b7caa5d5b5e53d1b35 (patch) | |
tree | c816eeb0355f845b12f8c01d712a606cabdd4fa2 | |
parent | b8e45a5313a91deac707e0c26f42f2a7dc20a6f2 (diff) | |
download | mate-indicator-applet-a4eb3bf3f40a30d9d66938b7caa5d5b5e53d1b35.tar.bz2 mate-indicator-applet-a4eb3bf3f40a30d9d66938b7caa5d5b5e53d1b35.tar.xz |
release 1.22.0v1.22.0
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +### mate-indicator-applet 1.22.0 + + * bump version + ### mate-indicator-applet 1.21.0 * Translations update diff --git a/configure.ac b/configure.ac index f0a9247..5943826 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.53) -AC_INIT([mate-indicator-applet], [1.21.0],[https://github.com/mate-desktop/mate-indicator-applet/issues]) +AC_INIT([mate-indicator-applet], [1.22.0],[https://github.com/mate-desktop/mate-indicator-applet/issues]) AC_CONFIG_SRCDIR(src/applet-main.c) AM_CONFIG_HEADER(config.h) |