aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--configure.in1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6b0f885a3..7c8281f24 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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([
*****************************************************************************