summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorArx Cruz <arxcruz@gnome.org>2015-10-17 21:15:29 +0200
committerArx Cruz <arxcruz@gnome.org>2015-10-17 21:15:29 +0200
commit3f28c7f9074ac5da5b1b9516c1dbde350cd548e5 (patch)
tree872743f95cca1d6d24a8fe9779bf563c48963c0f /configure.ac
parentfix compilation when webkitgtk is not installed (diff)
downloadzenity-3f28c7f9074ac5da5b1b9516c1dbde350cd548e5.tar.gz
zenity-3f28c7f9074ac5da5b1b9516c1dbde350cd548e5.tar.bz2
zenity-3f28c7f9074ac5da5b1b9516c1dbde350cd548e5.zip
Zenity 3.18.1.1
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 0b051897..720fc175 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([Zenity],[3.18.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity])
+AC_INIT([Zenity],[3.18.1.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity])
AC_PREREQ([2.63])
bgstack15