diff options
author | Xan Lopez <xan@igalia.com> | 2012-03-28 04:24:52 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-03-28 04:28:14 +0800 |
commit | 4286d1b73be59ff12c217217841a43ce72b6c56f (patch) | |
tree | c84dc183fc4be30f8c60e81c5dc0fe5ba7a5ee45 | |
parent | 3ce6ede39e3926ef51b5df97cef56102e55c6ee7 (diff) | |
download | gsoc2013-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-- | NEWS | 10 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -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]) |