diff options
author | raveit65 <[email protected]> | 2018-12-22 15:37:16 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-12-22 15:37:16 +0100 |
commit | 81fd7b679c8df350bd7cecd8b3882618ffe5de7b (patch) | |
tree | 5d6efdd1ecb3d719d334fcc288c60e7b03b315c1 | |
parent | d7efca8592c3dde3591f9788a39b04a068e18a37 (diff) | |
download | mate-power-manager-1.20.3.tar.bz2 mate-power-manager-1.20.3.tar.xz |
release 1.20.3v1.20.3
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +### mate-power-manager 1.20.3 + + * Translations update + * disable deprecation warnings for distcheck + * Use make functions for HELP_LINGUAS + * add m-p-m help to transifex config + * gpm-button: replace deprecated Gdk functions + ### mate-power-manager 1.20.2 * Translations update diff --git a/configure.ac b/configure.ac index 738d6a5..dff0a2e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.63) -AC_INIT([mate-power-manager], [1.20.2], [http://www.mate-desktop.org/]) +AC_INIT([mate-power-manager], [1.20.3], [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]) |