aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--configure.in6
2 files changed, 10 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 6844de07e..45cfee8cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2004-08-16 Christian Persch <chpe@cvs.gnome.org>
+ * configure.in:
+
+ Version 1.3.5.
+ Make dist produce a .tar.bz2 too.
+
+2004-08-16 Christian Persch <chpe@cvs.gnome.org>
+
* embed/mozilla/EventContext.cpp:
Use GetLocalName instead of GetTagName to get the attribute name.
diff --git a/configure.in b/configure.in
index 6306f1f27..b1a7b1ab7 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([epiphany], [1.3.4.90],
- [http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany])
+AC_INIT([GNOME Web browser], [1.3.5],
+ [http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany])
GNOME_COMMON_INIT
@@ -11,7 +11,7 @@ AC_SUBST(EPIPHANY_MAJOR)
AM_CONFIG_HEADER(config.h)
AC_CONFIG_SRCDIR(configure.in)
-AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
+AM_INIT_AUTOMAKE([dist-bzip2 check-news])
AM_MAINTAINER_MODE