diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-05-06 19:29:30 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-05-06 19:29:30 +0800 |
commit | 06ec023278ef9420e75f3250b5d252ad722f444b (patch) | |
tree | e0a512685b54c328b9dec62dedb36d330d13531e | |
parent | 5ca20f94786154490c64140b150224ae2ca0010b (diff) | |
download | gsoc2013-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.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2004-05-06 Christian Persch <chpe@cvs.gnome.org> + + * configure.in: + + Recognise 1.7rc* too. + 2004-05-03 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-embed-persist.cpp: 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 ;; |