diff options
author | raveit65 <[email protected]> | 2018-12-22 12:26:38 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-12-22 12:26:38 +0100 |
commit | 89307097de8d50b1c5e2e5668ae8a5e961c2cc4d (patch) | |
tree | 1a708ae8d390c658066b4be5ec01e5212773adc9 | |
parent | ed7107edce487f3365dfd505d9261483fe327988 (diff) | |
download | mate-polkit-89307097de8d50b1c5e2e5668ae8a5e961c2cc4d.tar.bz2 mate-polkit-89307097de8d50b1c5e2e5668ae8a5e961c2cc4d.tar.xz |
release 1.20.2v1.20.2
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +### mate-polkit 1.20.2 + + * Translations update + * disable deprecation warnings for distcheck + ### mate-polkit 1.20.1 * Translations update diff --git a/configure.ac b/configure.ac index 1695b28..f28b0a7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([polkit-mate],[1.20.1],[http://www.mate-desktop.org/],[mate-polkit]) +AC_INIT([polkit-mate],[1.20.2],[http://www.mate-desktop.org/],[mate-polkit]) AM_INIT_AUTOMAKE([1.9 foreign dist-xz no-dist-gzip check-news]) |