diff options
author | Arx Cruz <acruz@redhat.com> | 2016-03-23 18:56:58 +0100 |
---|---|---|
committer | Arx Cruz <acruz@redhat.com> | 2016-03-23 18:56:58 +0100 |
commit | 668bbf0e1fd4ff35da38ea93303596ee725513bb (patch) | |
tree | aca9482170ba3e48ba98db644943a29aff90ad6a | |
parent | e7b8073658ff9de004d8db493d66f6ef9b4b4004 (diff) | |
download | zenity-gnome-3-20.tar.gz |
Bump to 3.20.0ZENITY_3_20_0gnome-3-20
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ +Zenity 3.20.0 + - Translation updates + Zenity 3.18.1.1 - Bug #756756 fix compilation when webkitgtk is not installed (Tom Schoonjans) diff --git a/configure.ac b/configure.ac index 720fc17..2371f36 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Zenity],[3.18.1.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity]) +AC_INIT([Zenity],[3.20.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity]) AC_PREREQ([2.63]) |