diff options
author | Xan Lopez <xan@src.gnome.org> | 2003-09-25 02:40:12 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2003-09-25 02:40:12 +0800 |
commit | beacff23d82ef91297af7fa4860b56249dbaa49b (patch) | |
tree | 4c3a6bd5e23e8f7204f2f30d2c2fd9e996237dcd | |
parent | 7acbd86a7205f92a6f907a92fc18b0ca00dee5ab (diff) | |
download | gsoc2013-epiphany-beacff23d82ef91297af7fa4860b56249dbaa49b.tar gsoc2013-epiphany-beacff23d82ef91297af7fa4860b56249dbaa49b.tar.gz gsoc2013-epiphany-beacff23d82ef91297af7fa4860b56249dbaa49b.tar.bz2 gsoc2013-epiphany-beacff23d82ef91297af7fa4860b56249dbaa49b.tar.lz gsoc2013-epiphany-beacff23d82ef91297af7fa4860b56249dbaa49b.tar.xz gsoc2013-epiphany-beacff23d82ef91297af7fa4860b56249dbaa49b.tar.zst gsoc2013-epiphany-beacff23d82ef91297af7fa4860b56249dbaa49b.zip |
Add 1.6a to the list.
Add 1.6a to the list.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.in | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2003-09-24 Xan Lopez <xan@masilla.org> + + * configure.in: + Add 1.6a to the list. + 2003-09-24 Christian Persch <chpe@cvs.gnome.org> * src/window-commands.c: (window_cmd_view_reload): diff --git a/configure.in b/configure.in index 12c80bec3..6d19cb45d 100644 --- a/configure.in +++ b/configure.in @@ -161,6 +161,7 @@ case "$MOZILLA_VERSION" in 1.4.1) MOZILLA_SNAPSHOT=9 ;; 1.5a) MOZILLA_SNAPSHOT=10 ;; 1.5b) MOZILLA_SNAPSHOT=11 ;; + 1.6a) MOZILLA_SNAPSHOT=11 ;; trunk) MOZILLA_SNAPSHOT=11 ;; *) AC_ERROR([ ***************************************************************************** |