diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-05-29 21:58:09 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-05-29 21:58:09 +0800 |
commit | 57c1328225d838b04a778f9aa33205e3e5e2eac8 (patch) | |
tree | c0739cdfc8eda97c52d15b17e9efe2852e738de8 | |
parent | 017cbefa7155298ebebc4c599430a4da8dd1a9b4 (diff) | |
download | gsoc2013-epiphany-57c1328225d838b04a778f9aa33205e3e5e2eac8.tar gsoc2013-epiphany-57c1328225d838b04a778f9aa33205e3e5e2eac8.tar.gz gsoc2013-epiphany-57c1328225d838b04a778f9aa33205e3e5e2eac8.tar.bz2 gsoc2013-epiphany-57c1328225d838b04a778f9aa33205e3e5e2eac8.tar.lz gsoc2013-epiphany-57c1328225d838b04a778f9aa33205e3e5e2eac8.tar.xz gsoc2013-epiphany-57c1328225d838b04a778f9aa33205e3e5e2eac8.tar.zst gsoc2013-epiphany-57c1328225d838b04a778f9aa33205e3e5e2eac8.zip |
Increase mozilla snapshot level for 1.8a2/trunk.
2004-05-29 Christian Persch <chpe@cvs.gnome.org>
* configure.in:
Increase mozilla snapshot level for 1.8a2/trunk.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.in | 4 |
2 files changed, 8 insertions, 2 deletions
@@ -1,5 +1,11 @@ 2004-05-29 Christian Persch <chpe@cvs.gnome.org> + * configure.in: + + Increase mozilla snapshot level for 1.8a2/trunk. + +2004-05-29 Christian Persch <chpe@cvs.gnome.org> + * NEWS: Update for 1.3.0. diff --git a/configure.in b/configure.in index c3f5d6d02..a122f707d 100644 --- a/configure.in +++ b/configure.in @@ -159,8 +159,8 @@ case "$MOZILLA_VERSION" in branch1.7) MOZILLA_SNAPSHOT=16 ;; 1.8a) MOZILLA_SNAPSHOT=18 ;; 1.8a1) MOZILLA_SNAPSHOT=18 ;; -1.8a2) MOZILLA_SNAPSHOT=18 ;; -trunk) MOZILLA_SNAPSHOT=18 ;; +1.8a2) MOZILLA_SNAPSHOT=19 ;; +trunk) MOZILLA_SNAPSHOT=19 ;; *) AC_ERROR([ ***************************************************************************** Epiphany can be built using Mozilla 1.6, 1.7a, 1.7b, 1.8a or |