aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@src.gnome.org>2004-03-17 17:02:38 +0800
committerMarco Pesenti Gritti <marco@src.gnome.org>2004-03-17 17:02:38 +0800
commitdbdcf80ba8e559236f9937aaafba1d14b1cee46e (patch)
treed5711b633861b6ffc879fbbce08ea1364e9a64c9 /configure.in
parent9765279aba4cbed66b182e91eaa18e8225305a18 (diff)
downloadgsoc2013-epiphany-dbdcf80ba8e559236f9937aaafba1d14b1cee46e.tar
gsoc2013-epiphany-dbdcf80ba8e559236f9937aaafba1d14b1cee46e.tar.gz
gsoc2013-epiphany-dbdcf80ba8e559236f9937aaafba1d14b1cee46e.tar.bz2
gsoc2013-epiphany-dbdcf80ba8e559236f9937aaafba1d14b1cee46e.tar.lz
gsoc2013-epiphany-dbdcf80ba8e559236f9937aaafba1d14b1cee46e.tar.xz
gsoc2013-epiphany-dbdcf80ba8e559236f9937aaafba1d14b1cee46e.tar.zst
gsoc2013-epiphany-dbdcf80ba8e559236f9937aaafba1d14b1cee46e.zip
merging pre-gnome-2-8 branch
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in12
1 files changed, 2 insertions, 10 deletions
diff --git a/configure.in b/configure.in
index 96f1978eb..191099140 100644
--- a/configure.in
+++ b/configure.in
@@ -1,9 +1,9 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(epiphany, 1.2.0,
+AC_INIT(epiphany, 1.3.0,
[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany])
-EPIPHANY_MAJOR=1.2
+EPIPHANY_MAJOR=1.3
AC_SUBST(EPIPHANY_MAJOR)
AM_CONFIG_HEADER(config.h)
@@ -187,14 +187,6 @@ AC_ARG_WITH(mozilla-snapshot,
AC_MSG_RESULT($MOZILLA_VERSION$autodetect)
case "$MOZILLA_VERSION" in
- 1.4) MOZILLA_SNAPSHOT=8 ;;
-1.4.1) MOZILLA_SNAPSHOT=9 ;;
-1.4.2) MOZILLA_SNAPSHOT=9 ;;
- 1.5a) MOZILLA_SNAPSHOT=10 ;;
- 1.5b) MOZILLA_SNAPSHOT=11 ;;
- 1.5) MOZILLA_SNAPSHOT=11 ;;
- 1.6a) MOZILLA_SNAPSHOT=12 ;;
- 1.6b) MOZILLA_SNAPSHOT=13 ;;
1.6) MOZILLA_SNAPSHOT=13 ;;
1.7a) MOZILLA_SNAPSHOT=14 ;;
1.7b) MOZILLA_SNAPSHOT=15 ;;