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 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 |