aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog10
-rwxr-xr-xautogen.sh2
-rw-r--r--configure.in4
3 files changed, 13 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 24a15b4cf..0dcb9b57e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2004-01-13 Christian Persch <chpe@cvs.gnome.org>
+
+ * configure.in:
+
+ Version 1.0.7.
+
+ * autogen.sh:
+
+ Require automake 1.7.
+
2004-01-10 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-window.c: (update_exit_fullscreen_popup_position),
diff --git a/autogen.sh b/autogen.sh
index 18cd9e5d3..e43f9c68e 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -16,4 +16,4 @@ which gnome-autogen.sh || {
echo "You need to install gnome-common from the GNOME CVS"
exit 1
}
-REQUIRED_AUTOMAKE_VERSION=1.6 USE_GNOME2_MACROS=1 . gnome-autogen.sh
+REQUIRED_AUTOMAKE_VERSION=1.7 USE_GNOME2_MACROS=1 . gnome-autogen.sh
diff --git a/configure.in b/configure.in
index 92d6ec9a0..7569ca38c 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(epiphany, 1.0.6,
+AC_INIT(epiphany, 1.0.7,
[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany])
EPIPHANY_MAJOR=1.0
@@ -163,7 +163,7 @@ case "$MOZILLA_VERSION" in
1.5) MOZILLA_SNAPSHOT=11 ;;
1.6b) MOZILLA_SNAPSHOT=13 ;;
1.6) MOZILLA_SNAPSHOT=13 ;;
-trunk) MOZILLA_SNAPSHOT=13 ;;
+trunk) MOZILLA_SNAPSHOT=14 ;;
*) AC_ERROR([
*****************************************************************************
Epiphany can be built using Mozilla 1.4, 1.4.1, 1.5, or 1.6 or