summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLuis Medinas <lmedinas@gnome.org>2011-02-21 23:07:05 +0000
committerLuis Medinas <lmedinas@gnome.org>2011-02-21 23:07:05 +0000
commit62d1363ebb073c288319c29e7e4a88d0ac031518 (patch)
treeca340c8a6d305de6ac5b6a369e83e8e7c7c43849 /configure.ac
parenta6672b2ad1e564d9085818e946595fa7c6b93f85 (diff)
Bump version and bump GTK+ 3.0 requirements to stable release.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 3cff53e..db01bf7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([Zenity],[2.91.5],[http://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity])
+AC_INIT([Zenity],[2.91.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity])
AC_PREREQ([2.63])
@@ -14,7 +14,7 @@ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
# Check for programs
AC_PROG_CC
-GTK_REQUIRED=2.91.0
+GTK_REQUIRED=3.0.0
PKG_CHECK_MODULES([ZENITY],[gtk+-3.0 >= $GTK_REQUIRED glib-2.0])
AC_SUBST([ZENITY_CFLAGS])