diff options
author | raveit65 <[email protected]> | 2018-06-16 14:39:23 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-06-16 14:39:23 +0200 |
commit | 746971492c31fba8535e9eaee742e1f820bb4549 (patch) | |
tree | 320c73639be913124ac8546738b173d1a60267d0 | |
parent | 8fbdc1f2e9089a5cc2dc22b33ee68fd074b4b396 (diff) | |
download | mate-polkit-746971492c31fba8535e9eaee742e1f820bb4549.tar.bz2 mate-polkit-746971492c31fba8535e9eaee742e1f820bb4549.tar.xz |
pre-bump version
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +### mate-polkit 1.21.0 + ### mate-polkit 1.20.0 * Translations update diff --git a/configure.ac b/configure.ac index cec96f2..b0f0a36 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.21.0],[http://www.mate-desktop.org/],[mate-polkit]) AM_INIT_AUTOMAKE([1.9 foreign dist-xz no-dist-gzip check-news]) |