aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2004-07-31 23:49:04 +0800
committerChristian Persch <chpe@src.gnome.org>2004-07-31 23:49:04 +0800
commit9b518e9da7dbd25140f8b19e60998a7e33c0c564 (patch)
treecc32a7e68464a121e4ac33d70f5b34ce3c79a066
parent5d391f69c44766cccd94e4640941d1443da6f89d (diff)
downloadgsoc2013-epiphany-9b518e9da7dbd25140f8b19e60998a7e33c0c564.tar.gz
gsoc2013-epiphany-9b518e9da7dbd25140f8b19e60998a7e33c0c564.tar.zst
gsoc2013-epiphany-9b518e9da7dbd25140f8b19e60998a7e33c0c564.zip
Update
-rw-r--r--configure.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 7c8824d6a..dfb98317a 100644
--- a/configure.in
+++ b/configure.in
@@ -195,6 +195,7 @@ case "$MOZILLA_VERSION" in
1.4) MOZILLA_SNAPSHOT=8 ;;
1.4.1) MOZILLA_SNAPSHOT=9 ;;
1.4.2) MOZILLA_SNAPSHOT=9 ;;
+1.4.3) MOZILLA_SNAPSHOT=9 ;;
1.5) MOZILLA_SNAPSHOT=11 ;;
1.5.1) MOZILLA_SNAPSHOT=11 ;;
1.6) MOZILLA_SNAPSHOT=13 ;;
@@ -211,7 +212,8 @@ branch1.7) MOZILLA_SNAPSHOT=17 ;;
1.8a) MOZILLA_SNAPSHOT=18 ;;
1.8a1) MOZILLA_SNAPSHOT=18 ;;
1.8a2) MOZILLA_SNAPSHOT=19 ;;
-trunk) MOZILLA_SNAPSHOT=19 ;;
+1.8a3) MOZILLA_SNAPSHOT=20 ;;
+trunk) MOZILLA_SNAPSHOT=20 ;;
*) AC_ERROR([
*****************************************************************************
Epiphany can be built using Mozilla 1.4, 1.4.1, 1.4.2, 1.5, 1.6 or 1.7,