aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-01-13 23:26:50 +0800
committerChristian Persch <chpe@src.gnome.org>2004-01-13 23:26:50 +0800
commit6d88b1c951c532afe5f32d7e2944e9c91ad9cce7 (patch)
tree9f307cf42a4079e729b349f0bf2b25911b16a32c
parentb155ebe04a2fb012da27bca03d9e737da9cba305 (diff)
downloadgsoc2013-epiphany-6d88b1c951c532afe5f32d7e2944e9c91ad9cce7.tar
gsoc2013-epiphany-6d88b1c951c532afe5f32d7e2944e9c91ad9cce7.tar.gz
gsoc2013-epiphany-6d88b1c951c532afe5f32d7e2944e9c91ad9cce7.tar.bz2
gsoc2013-epiphany-6d88b1c951c532afe5f32d7e2944e9c91ad9cce7.tar.lz
gsoc2013-epiphany-6d88b1c951c532afe5f32d7e2944e9c91ad9cce7.tar.xz
gsoc2013-epiphany-6d88b1c951c532afe5f32d7e2944e9c91ad9cce7.tar.zst
gsoc2013-epiphany-6d88b1c951c532afe5f32d7e2944e9c91ad9cce7.zip
Version 1.0.7.
2004-01-13 Christian Persch <chpe@cvs.gnome.org> * configure.in: Version 1.0.7. * autogen.sh: Require automake 1.7.
-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