diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-09-13 17:18:18 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-09-13 17:18:18 +0800 |
commit | c6a41595fc561991525b168083a4b4a972a4f0f3 (patch) | |
tree | b6a14164c2fcd3c0e32b0739b157c5b738fa16da /configure.in | |
parent | 7981325d1dd64bfc2de1fe068210be6f3f053c65 (diff) | |
download | gsoc2013-epiphany-c6a41595fc561991525b168083a4b4a972a4f0f3.tar gsoc2013-epiphany-c6a41595fc561991525b168083a4b4a972a4f0f3.tar.gz gsoc2013-epiphany-c6a41595fc561991525b168083a4b4a972a4f0f3.tar.bz2 gsoc2013-epiphany-c6a41595fc561991525b168083a4b4a972a4f0f3.tar.lz gsoc2013-epiphany-c6a41595fc561991525b168083a4b4a972a4f0f3.tar.xz gsoc2013-epiphany-c6a41595fc561991525b168083a4b4a972a4f0f3.tar.zst gsoc2013-epiphany-c6a41595fc561991525b168083a4b4a972a4f0f3.zip |
Version 1.4.0.
2004-09-13 Christian Persch <chpe@cvs.gnome.org>
* NEWS:
* configure.in:
Version 1.4.0.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in index d23f59bc2..1cbc4096f 100644 --- a/configure.in +++ b/configure.in @@ -1,11 +1,11 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([GNOME Web browser], [1.3.8.90], +AC_INIT([GNOME Web browser], [1.4.0], [http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany]) GNOME_COMMON_INIT -EPIPHANY_MAJOR=1.3 +EPIPHANY_MAJOR=1.4 AC_SUBST(EPIPHANY_MAJOR) AM_CONFIG_HEADER(config.h) @@ -165,7 +165,7 @@ AC_MSG_RESULT($MOZILLA_VERSION$autodetect) dnl Test for the "trunk" version if test $MOZILLA_VERSION = "trunk"; then - MOZILLA_VERSION=99.0 # use a high number + MOZILLA_VERSION=9.0 # use a high number fi dnl Split up the version string ( 1.7rc1 -> 1 7 rc 1 ) |