diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-01-13 23:26:50 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-01-13 23:26:50 +0800 |
commit | 6d88b1c951c532afe5f32d7e2944e9c91ad9cce7 (patch) | |
tree | 9f307cf42a4079e729b349f0bf2b25911b16a32c | |
parent | b155ebe04a2fb012da27bca03d9e737da9cba305 (diff) | |
download | gsoc2013-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-- | ChangeLog | 10 | ||||
-rwxr-xr-x | autogen.sh | 2 | ||||
-rw-r--r-- | configure.in | 4 |
3 files changed, 13 insertions, 3 deletions
@@ -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 |