aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-08-16 18:14:04 +0800
committerChristian Persch <chpe@src.gnome.org>2004-08-16 18:14:04 +0800
commitbfbf5d7031a55a15efab16195fd80ef86fd8b0c1 (patch)
tree0d4496958d479154b080d84c6868dc52dafd43cc
parent9f534be424c1285f83e53cf00c39726d68a6cb04 (diff)
downloadgsoc2013-epiphany-bfbf5d7031a55a15efab16195fd80ef86fd8b0c1.tar
gsoc2013-epiphany-bfbf5d7031a55a15efab16195fd80ef86fd8b0c1.tar.gz
gsoc2013-epiphany-bfbf5d7031a55a15efab16195fd80ef86fd8b0c1.tar.bz2
gsoc2013-epiphany-bfbf5d7031a55a15efab16195fd80ef86fd8b0c1.tar.lz
gsoc2013-epiphany-bfbf5d7031a55a15efab16195fd80ef86fd8b0c1.tar.xz
gsoc2013-epiphany-bfbf5d7031a55a15efab16195fd80ef86fd8b0c1.tar.zst
gsoc2013-epiphany-bfbf5d7031a55a15efab16195fd80ef86fd8b0c1.zip
Version 1.3.5. Make dist produce a .tar.bz2 too.
2004-08-16 Christian Persch <chpe@cvs.gnome.org> * configure.in: Version 1.3.5. Make dist produce a .tar.bz2 too.
-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