diff options
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 2 deletions
@@ -1,6 +1,12 @@ +### mate-power-manager 1.22.2 + + * Translations update + * prefs: Fix mnemonic relationships + * use --without-keyring for make distcheck + ### mate-power-manager 1.22.1 - * tx: sync with transifex + * Translations update * improve copyright * Help: Remove About section * Add conf option to disable warnings for low mouse power diff --git a/configure.ac b/configure.ac index 77fc431..3af0097 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.63) -AC_INIT([mate-power-manager], [1.22.1], [http://www.mate-desktop.org/]) +AC_INIT([mate-power-manager], [1.22.2], [http://www.mate-desktop.org/]) AC_CONFIG_SRCDIR(src) AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz check-news tar-ustar]) AC_CONFIG_HEADERS([config.h]) |