summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorArx Cruz <arxcruz@redhat.com>2018-10-05 10:56:52 +0200
committerArx Cruz <arxcruz@redhat.com>2018-10-05 10:57:53 +0200
commit974245abbee86edda040e0ce068a11ce04590a82 (patch)
treebc06cd8e7eeaf670aa5d665f3731ff76818bd4cd /configure.ac
parentUpdate German translation (diff)
downloadzenity-974245abbee86edda040e0ce068a11ce04590a82.tar.gz
zenity-974245abbee86edda040e0ce068a11ce04590a82.tar.bz2
zenity-974245abbee86edda040e0ce068a11ce04590a82.zip
Bump to 3.30.0
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