summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArx Cruz <arxcruz@gnome.org>2015-09-21 14:45:06 +0200
committerArx Cruz <arxcruz@gnome.org>2015-09-21 14:45:06 +0200
commitc2ac30a213053484d80fe7f7997a69129828d1d7 (patch)
treeb63bdf84892a5e91131e37c6c0acd589b79d12d8
parentBump to 3.18.0 (diff)
downloadzenity-c2ac30a213053484d80fe7f7997a69129828d1d7.tar.gz
zenity-c2ac30a213053484d80fe7f7997a69129828d1d7.tar.bz2
zenity-c2ac30a213053484d80fe7f7997a69129828d1d7.zip
Bump to 3.18.0
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 59814d34..f90ceac0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([Zenity],[3.16.3],[http://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity])
+AC_INIT([Zenity],[3.18.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity])
AC_PREREQ([2.63])
bgstack15