diff options
author | raveit65 <[email protected]> | 2018-06-16 14:54:01 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-06-16 14:54:01 +0200 |
commit | ff8abb8243c3196084411dd0ed65d67caed45c36 (patch) | |
tree | ab1aeaec8cd11a9483488ba589ff3d8ea15a71aa | |
parent | 3ae929e373cd0fc9232a74571e7c4ac2b284939f (diff) | |
download | mate-polkit-ff8abb8243c3196084411dd0ed65d67caed45c36.tar.bz2 mate-polkit-ff8abb8243c3196084411dd0ed65d67caed45c36.tar.xz |
release 1.20.1v1.20.1
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +### mate-polkit 1.20.1 + + * Translations update + ### mate-polkit 1.20.0 * Translations update diff --git a/configure.ac b/configure.ac index cec96f2..1695b28 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([polkit-mate],[1.20.0],[http://www.mate-desktop.org/],[mate-polkit]) +AC_INIT([polkit-mate],[1.20.1],[http://www.mate-desktop.org/],[mate-polkit]) AM_INIT_AUTOMAKE([1.9 foreign dist-xz no-dist-gzip check-news]) |