summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2018-10-10 16:07:17 +0200
committerSebastien Bacher <seb128@ubuntu.com>2018-10-10 16:07:17 +0200
commit408a3acb7a25af2be41c5638cdcd86d4eaf6cda8 (patch)
tree382d99f1a2fca8f82ff1cabf66533039c695e471 /configure.ac
parentreleasing package zenity version 3.28.1-1 (diff)
parentNew upstream version 3.30.0 (diff)
downloadzenity-408a3acb7a25af2be41c5638cdcd86d4eaf6cda8.tar.gz
zenity-408a3acb7a25af2be41c5638cdcd86d4eaf6cda8.tar.bz2
zenity-408a3acb7a25af2be41c5638cdcd86d4eaf6cda8.zip
Update upstream source from tag 'upstream/3.30.0'
Update to upstream version '3.30.0' with Debian dir f930e3a4abd84b003e0dbde670c8781204bbfd38
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 9dd3a946..63ca67a3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([Zenity],[3.28.1],[https://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity])
+AC_INIT([Zenity],[3.30.0],[https://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity])
AC_PREREQ([2.63])
bgstack15