summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorArx Cruz <acruz@redhat.com>2016-03-23 18:56:58 +0100
committerArx Cruz <acruz@redhat.com>2016-03-23 18:56:58 +0100
commit668bbf0e1fd4ff35da38ea93303596ee725513bb (patch)
treeaca9482170ba3e48ba98db644943a29aff90ad6a /configure.ac
parentUpdated Basque language (diff)
downloadzenity-668bbf0e1fd4ff35da38ea93303596ee725513bb.tar.gz
zenity-668bbf0e1fd4ff35da38ea93303596ee725513bb.tar.bz2
zenity-668bbf0e1fd4ff35da38ea93303596ee725513bb.zip
Bump to 3.20.0
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 720fc175..2371f36d 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])
bgstack15