diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.in | 4 |
2 files changed, 8 insertions, 2 deletions
@@ -1,3 +1,9 @@ +2004-02-20 Christian Persch <chpe@cvs.gnome.org> + + * configure.in: + + Epiphany 1.1.10. + 2004-02-21 Christian Rose <menthos@menthos.com> * configure.in: Added "en_CA" to ALL_LINGUAS. 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 |