From c6a41595fc561991525b168083a4b4a972a4f0f3 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Mon, 13 Sep 2004 09:18:18 +0000 Subject: Version 1.4.0. 2004-09-13 Christian Persch * NEWS: * configure.in: Version 1.4.0. --- configure.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure.in') 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 ) -- cgit v1.2.3