summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJeremy Bicha <jbicha@ubuntu.com>2018-03-12 08:20:04 -0400
committerJeremy Bicha <jbicha@ubuntu.com>2018-03-12 08:20:04 -0400
commitff6b0d72151df97c5acddfefc1274878d2c1884d (patch)
tree9a78c77deeaeb6a87f6d5b83e1a4d664ec7604b9 /configure.ac
parentRevert "Fix Spanish translation header" (diff)
parentNew upstream version 3.28.0 (diff)
downloadzenity-ff6b0d72151df97c5acddfefc1274878d2c1884d.tar.gz
zenity-ff6b0d72151df97c5acddfefc1274878d2c1884d.tar.bz2
zenity-ff6b0d72151df97c5acddfefc1274878d2c1884d.zip
Update upstream source from tag 'upstream/3.28.0'
Update to upstream version '3.28.0' with Debian dir 932766084a415b4f4d860b17ad53bf76e0679f21
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 2c96c452..d13afa65 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([Zenity],[3.27.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity])
+AC_INIT([Zenity],[3.28.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity])
AC_PREREQ([2.63])
bgstack15