diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.in | 4 |
2 files changed, 8 insertions, 2 deletions
@@ -1,5 +1,11 @@ 2003-10-03 Christian Persch <chpe@cvs.gnome.org> + * configure.in: + + Bump version number to 1.0.1, disable -Werror. + +2003-10-03 Christian Persch <chpe@cvs.gnome.org> + * NEWS: Updated for 1.0.1 release. diff --git a/configure.in b/configure.in index 11a2ad6df..a68038659 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.0, +AC_INIT(epiphany, 1.0.1, [http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany]) EPIPHANY_MAJOR=1.0 @@ -36,7 +36,7 @@ AC_PATH_PROG(GLIB_GENMARSHAL, glib-genmarshal) AC_SUBST(AM_CXXFLAGS) GNOME_DEBUG_CHECK -GNOME_COMPILE_WARNINGS(error) +GNOME_COMPILE_WARNINGS(maximum) GNOME_CXX_WARNINGS(yes, yes) dnl ****************************** |