diff options
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 ) |