diff options
author | Xan Lopez <xan@igalia.com> | 2013-03-20 00:04:18 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2013-03-21 02:37:56 +0800 |
commit | cc9e3710001886f6e78c655f237784f4b7bf4ce1 (patch) | |
tree | 0c33b08d418b6375c96c3daa6e306dcd02340084 | |
parent | 8a8c666da4e43027eed87d93e5c4154fb7b0ff8b (diff) | |
download | gsoc2013-epiphany-cc9e3710001886f6e78c655f237784f4b7bf4ce1.tar.gz gsoc2013-epiphany-cc9e3710001886f6e78c655f237784f4b7bf4ce1.tar.zst gsoc2013-epiphany-cc9e3710001886f6e78c655f237784f4b7bf4ce1.zip |
[release] 3.7.923.7.92
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -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]) |