aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-05-06 19:29:30 +0800
committerChristian Persch <chpe@src.gnome.org>2004-05-06 19:29:30 +0800
commit06ec023278ef9420e75f3250b5d252ad722f444b (patch)
treee0a512685b54c328b9dec62dedb36d330d13531e /configure.in
parent5ca20f94786154490c64140b150224ae2ca0010b (diff)
downloadgsoc2013-epiphany-06ec023278ef9420e75f3250b5d252ad722f444b.tar
gsoc2013-epiphany-06ec023278ef9420e75f3250b5d252ad722f444b.tar.gz
gsoc2013-epiphany-06ec023278ef9420e75f3250b5d252ad722f444b.tar.bz2
gsoc2013-epiphany-06ec023278ef9420e75f3250b5d252ad722f444b.tar.lz
gsoc2013-epiphany-06ec023278ef9420e75f3250b5d252ad722f444b.tar.xz
gsoc2013-epiphany-06ec023278ef9420e75f3250b5d252ad722f444b.tar.zst
gsoc2013-epiphany-06ec023278ef9420e75f3250b5d252ad722f444b.zip
Recognise 1.7rc* too.
2004-05-06 Christian Persch <chpe@cvs.gnome.org> * configure.in: Recognise 1.7rc* too.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 1b3b82c5f..b8e93841f 100644
--- a/configure.in
+++ b/configure.in
@@ -153,6 +153,8 @@ case "$MOZILLA_VERSION" in
1.6) MOZILLA_SNAPSHOT=13 ;;
1.7a) MOZILLA_SNAPSHOT=14 ;;
1.7b) MOZILLA_SNAPSHOT=15 ;;
+1.7rc1) MOZILLA_SNAPSHOT=15 ;;
+1.7rc2) MOZILLA_SNAPSHOT=15 ;;
1.7) MOZILLA_SNAPSHOT=15 ;;
1.8a) MOZILLA_SNAPSHOT=16 ;;
trunk) MOZILLA_SNAPSHOT=16 ;;