diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-08-16 18:14:04 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-08-16 18:14:04 +0800 |
commit | bfbf5d7031a55a15efab16195fd80ef86fd8b0c1 (patch) | |
tree | 0d4496958d479154b080d84c6868dc52dafd43cc | |
parent | 9f534be424c1285f83e53cf00c39726d68a6cb04 (diff) | |
download | gsoc2013-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-- | ChangeLog | 7 | ||||
-rw-r--r-- | configure.in | 6 |
2 files changed, 10 insertions, 3 deletions
@@ -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 |