diff options
author | Xan Lopez <xan@igalia.com> | 2012-03-26 18:34:37 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-03-26 20:12:48 +0800 |
commit | 5e9ff045ae9c519671c5617e31bd168938db7161 (patch) | |
tree | e0579893e1c7ea90b672a4391cec1f3d72735624 | |
parent | b768480d619666c604299e95befe8ce12158c445 (diff) | |
download | gsoc2013-epiphany-5e9ff045ae9c519671c5617e31bd168938db7161.tar gsoc2013-epiphany-5e9ff045ae9c519671c5617e31bd168938db7161.tar.gz gsoc2013-epiphany-5e9ff045ae9c519671c5617e31bd168938db7161.tar.bz2 gsoc2013-epiphany-5e9ff045ae9c519671c5617e31bd168938db7161.tar.lz gsoc2013-epiphany-5e9ff045ae9c519671c5617e31bd168938db7161.tar.xz gsoc2013-epiphany-5e9ff045ae9c519671c5617e31bd168938db7161.tar.zst gsoc2013-epiphany-5e9ff045ae9c519671c5617e31bd168938db7161.zip |
[release] 3.4.03.4.0
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | configure.ac | 8 |
2 files changed, 14 insertions, 4 deletions
@@ -1,3 +1,13 @@ +============== +Epiphany 3.4.0 +============== + +Changes: + + - Avoid infinite loops in the profile migrator for existing but + empty history files. (#672547) + - Translation updates. + =============== Epiphany 3.3.92 =============== diff --git a/configure.ac b/configure.ac index 88f33bcd0..40cca90a0 100644 --- a/configure.ac +++ b/configure.ac @@ -16,8 +16,8 @@ # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA m4_define([epiphany_version_major],[3]) -m4_define([epiphany_version_minor],[3]) -m4_define([epiphany_version_micro],[92]) +m4_define([epiphany_version_minor],[4]) +m4_define([epiphany_version_micro],[0]) 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]) @@ -28,10 +28,10 @@ AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([configure.ac]) -EPIPHANY_API_VERSION=3.3 +EPIPHANY_API_VERSION=3.4 # This should stay at the major version of the latest stable releases -EPIPHANY_UA_VERSION=3.3 +EPIPHANY_UA_VERSION=3.4 AC_SUBST([EPIPHANY_MAJOR],[epiphany_version_major.epiphany_version_minor]) AC_SUBST([EPIPHANY_API_VERSION]) |