aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-08-01 19:04:49 +0800
committerChristian Persch <chpe@src.gnome.org>2004-08-01 19:04:49 +0800
commit8372d2c620315f658b644a182d7603ddd2649e68 (patch)
tree4d90787c7b4f2004174bfebaa1bcc9c07697e5a9 /configure.in
parentf4136997688796f1b6ad574f70d58ed32f3eb6c6 (diff)
downloadgsoc2013-epiphany-8372d2c620315f658b644a182d7603ddd2649e68.tar
gsoc2013-epiphany-8372d2c620315f658b644a182d7603ddd2649e68.tar.gz
gsoc2013-epiphany-8372d2c620315f658b644a182d7603ddd2649e68.tar.bz2
gsoc2013-epiphany-8372d2c620315f658b644a182d7603ddd2649e68.tar.lz
gsoc2013-epiphany-8372d2c620315f658b644a182d7603ddd2649e68.tar.xz
gsoc2013-epiphany-8372d2c620315f658b644a182d7603ddd2649e68.tar.zst
gsoc2013-epiphany-8372d2c620315f658b644a182d7603ddd2649e68.zip
Version 1.3.4.
2004-08-01 Christian Persch <chpe@cvs.gnome.org> * configure.in: Version 1.3.4. * NEWS: Updated for 1.3.4.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 6ce674512..660083da7 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.3.3,
+AC_INIT([epiphany], [1.3.4],
[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany])
GNOME_COMMON_INIT
@@ -224,7 +224,7 @@ AC_DEFINE_UNQUOTED(MOZILLA_MICRO, $micro, [Define to the Mozilla micro version.]
if test "$1" -lt 1 -o \( "$1" -eq 1 -a "$2" -lt 7 \) -o \( "$1" -eq 1 -a "$2" -eq 7 -a "$type" -lt 4 \); then
AC_ERROR([
*****************************************************************************
-Epiphany can be built using Mozilla 1.7, 1.8a1, 1.8a2 or trunk
+Epiphany can be built using Mozilla 1.7, 1.7 branch, 1.8a1, 1.8a2, or trunk
snapshot, but the version available is $MOZILLA_VERSION.
When using Mozilla trunk snapshot, a successful build is not guaranteed due