aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--configure.in1
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2439b4df9..dbc61191b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-09-24 Xan Lopez <xan@masilla.org>
+
+ * configure.in:
+
+ Add 1.6a to the list.
+
2003-09-24 Marco Pesenti Gritti <marco@gnome.org>
* src/ephy-tab.c: (ephy_tab_init):
diff --git a/configure.in b/configure.in
index 093811944..e106167d2 100644
--- a/configure.in
+++ b/configure.in
@@ -165,6 +165,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([
*****************************************************************************