diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index a1949da17..22a594c79 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(epiphany, 1.1.9, +AC_INIT(epiphany, 1.1.10, [http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany]) EPIPHANY_MAJOR=1.1 @@ -18,7 +18,7 @@ AC_PROG_INTLTOOL([0.29]) dnl put the ACLOCAL flags in the Makefile ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS" -GLIB_REQUIRED=2.3.1 +GLIB_REQUIRED=2.3.2 GTK_REQUIRED=2.3.2 LIBBONOBOUI_REQUIRED=2.1.1 LIBXML_REQUIRED=2.6.6 |