aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5cd4ca5e4..82d4aea42 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,15 @@
===============
+Epiphany 3.7.92
+===============
+
+Changes:
+
+ - We now use WebKit2 by default.
+ - Fix all the remaining WebKit2 feature regressions that were on
+ track for 3.8. See bug #678610
+ - Other bugfixes and cleanups.
+
+===============
Epiphany 3.7.91
===============
diff --git a/configure.ac b/configure.ac
index f1b55d413..e0e6886f1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
m4_define([epiphany_version_major],[3])
m4_define([epiphany_version_minor],[7])
-m4_define([epiphany_version_micro],[91])
+m4_define([epiphany_version_micro],[92])
m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro])
AC_INIT([GNOME Web Browser],[epiphany_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany])