diff options
author | Martin Wimpress <[email protected]> | 2017-01-12 14:06:17 +0000 |
---|---|---|
committer | Martin Wimpress <[email protected]> | 2017-01-12 14:06:17 +0000 |
commit | 8ba7106f6b9e5e5226b2bf5872321570bd3b585a (patch) | |
tree | 88d4ffca146e95382f2c9a887795e35f239ab658 | |
parent | 5e707771c3b5187d04e75d1adcd10960f71bba2e (diff) | |
download | mate-polkit-1.17.0.tar.bz2 mate-polkit-1.17.0.tar.xz |
Bump version to 1.17.0v1.17.0
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +1.17.0 + + - Translations update + 1.16.0 - Move to GTK+3 (require GTK+ >= 3.14), drop GTK+2 code and diff --git a/configure.ac b/configure.ac index f6190a5..f2f2e7e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([polkit-mate],[1.16.0],[http://www.mate-desktop.org/],[mate-polkit]) +AC_INIT([polkit-mate],[1.17.0],[http://www.mate-desktop.org/],[mate-polkit]) AM_INIT_AUTOMAKE([1.9 foreign dist-xz no-dist-gzip check-news]) |