diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2003-10-22 Christian Persch <chpe@cvs.gnome.org> + + * configure.in: + + Bump version number to 1.0.4 + 2003-10-20 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-location-entry.c: diff --git a/configure.in b/configure.in index b0fbb0b21..34b559c60 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.3, +AC_INIT(epiphany, 1.0.4, [http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany]) EPIPHANY_MAJOR=1.0 |