diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-05-07 20:44:08 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-05-07 20:44:08 +0800 |
commit | 0dcd33eacecfaa7c83f420e2c1eeda13fa7939e5 (patch) | |
tree | 7c4c240104202d8394628905fb1f40c89f476376 | |
parent | d6030231393e5370d8658f47de8e9ce9d990990f (diff) | |
download | gsoc2013-epiphany-0dcd33eacecfaa7c83f420e2c1eeda13fa7939e5.tar.gz gsoc2013-epiphany-0dcd33eacecfaa7c83f420e2c1eeda13fa7939e5.tar.zst gsoc2013-epiphany-0dcd33eacecfaa7c83f420e2c1eeda13fa7939e5.zip |
Increase snapshot level for mozilla 1.7rc2, they've changed API again.
2004-05-07 Christian Persch <chpe@cvs.gnome.org>
* configure.in:
Increase snapshot level for mozilla 1.7rc2, they've changed API again.
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | configure.in | 7 |
2 files changed, 12 insertions, 3 deletions
@@ -1,4 +1,10 @@ -2004-04-18 Christian Biesinger <cbiesinger@web.de> +2004-05-07 Christian Persch <chpe@cvs.gnome.org> + + * configure.in: + + Increase snapshot level for mozilla 1.7rc2, they've changed API again. + +2004-05-07 Christian Biesinger <cbiesinger@web.de> * embed/mozilla/ExternalProtocolHandlers.cpp: * embed/mozilla/ExternalProtocolHandlers.h: diff --git a/configure.in b/configure.in index e05349293..414f520b1 100644 --- a/configure.in +++ b/configure.in @@ -192,8 +192,11 @@ case "$MOZILLA_VERSION" in 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.7rc2) MOZILLA_SNAPSHOT=16 ;; + 1.7) MOZILLA_SNAPSHOT=16 ;; +branch1.7) MOZILLA_SNAPSHOT=16 ;; + 1.8a) MOZILLA_SNAPSHOT=18 ;; +trunk) MOZILLA_SNAPSHOT=18 ;; *) AC_ERROR([ ***************************************************************************** Epiphany can be built using Mozilla 1.4, 1.4.1, 1.4.2, 1.5, 1.6 or 1.7, |