aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-03-28 04:24:52 +0800
committerXan Lopez <xan@igalia.com>2012-03-28 04:28:14 +0800
commit4286d1b73be59ff12c217217841a43ce72b6c56f (patch)
treec84dc183fc4be30f8c60e81c5dc0fe5ba7a5ee45
parent3ce6ede39e3926ef51b5df97cef56102e55c6ee7 (diff)
downloadgsoc2013-epiphany-4286d1b73be59ff12c217217841a43ce72b6c56f.tar
gsoc2013-epiphany-4286d1b73be59ff12c217217841a43ce72b6c56f.tar.gz
gsoc2013-epiphany-4286d1b73be59ff12c217217841a43ce72b6c56f.tar.bz2
gsoc2013-epiphany-4286d1b73be59ff12c217217841a43ce72b6c56f.tar.lz
gsoc2013-epiphany-4286d1b73be59ff12c217217841a43ce72b6c56f.tar.xz
gsoc2013-epiphany-4286d1b73be59ff12c217217841a43ce72b6c56f.tar.zst
gsoc2013-epiphany-4286d1b73be59ff12c217217841a43ce72b6c56f.zip
[release] 3.4.0.13.4.0.1
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index dd6be46b9..123fa62aa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+================
+Epiphany 3.4.0.1
+================
+
+Changes:
+
+ - Listen to favicon changes in the history window (#672525)
+ - Remove ephy-history.h from epiphany.h
+ - Translation updates.
+
==============
Epiphany 3.4.0
==============
diff --git a/configure.ac b/configure.ac
index 40cca90a0..08fb13493 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@
m4_define([epiphany_version_major],[3])
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])
+m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro.1])
AC_INIT([GNOME Web Browser],[epiphany_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany])