diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
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 |