diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,11 @@ 2004-03-29 Christian Persch <chpe@cvs.gnome.org> + * configure.in: + + Post-release version bump. + +2004-03-29 Christian Persch <chpe@cvs.gnome.org> + * embed/mozilla/EventContext.cpp: Don't assume every anchor has a href attribute. Fixes bug #138200. diff --git a/configure.in b/configure.in index 1a99bf5dc..28dfe08f0 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.2.2, +AC_INIT(epiphany, 1.2.2.90, [http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany]) EPIPHANY_MAJOR=1.2 |