summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorArx Cruz <arxcruz@gnome.org>2015-05-14 16:57:50 +0200
committerArx Cruz <arxcruz@gnome.org>2015-05-14 16:57:50 +0200
commit91894b5c7d0d384c31ca99c6de55a9084f9c4424 (patch)
treeff8cd92b21e36c5689cb4a77c34eeb06b3bb5b98 /configure.ac
parentBug #749359 zenity --list produces incorrect output (diff)
downloadzenity-91894b5c7d0d384c31ca99c6de55a9084f9c4424.tar.gz
zenity-91894b5c7d0d384c31ca99c6de55a9084f9c4424.tar.bz2
zenity-91894b5c7d0d384c31ca99c6de55a9084f9c4424.zip
Bump to Zenity 3.16.2
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 764868f7..3bc330d1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([Zenity],[3.16.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity])
+AC_INIT([Zenity],[3.16.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity])
AC_PREREQ([2.63])
bgstack15