diff options
author | Xan Lopez <xan@igalia.com> | 2013-03-26 05:07:25 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2013-03-26 05:07:51 +0800 |
commit | 42c940eb4a0954ee45f07ad74ddd236ad939bcfb (patch) | |
tree | 267e1a04106c2ff4f9d661eca8794316f41f1dda | |
parent | ca3dd7cb33fb3a56a75884ee32a991a771f6f4cc (diff) | |
download | gsoc2013-epiphany-3.8.0.tar.gz gsoc2013-epiphany-3.8.0.tar.zst gsoc2013-epiphany-3.8.0.zip |
[release] 3.8.03.8.0
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | configure.ac | 6 |
2 files changed, 13 insertions, 3 deletions
@@ -1,3 +1,13 @@ +============== +Epiphany 3.8.0 +============== + +Changes: + + - Fix encoding menu and dialog (#696548) + - Sync reload/stop button with load state (#696301) + - i18n updates + =============== Epiphany 3.7.92 =============== diff --git a/configure.ac b/configure.ac index e0e6886f1..8ff74a05c 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],[7]) -m4_define([epiphany_version_micro],[92]) +m4_define([epiphany_version_minor],[8]) +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]) @@ -29,7 +29,7 @@ AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([configure.ac]) # This should stay at the major version of the latest stable releases -EPIPHANY_UA_VERSION=3.7 +EPIPHANY_UA_VERSION=3.8 AC_SUBST([EPIPHANY_MAJOR],[epiphany_version_major.epiphany_version_minor]) AC_SUBST([EPIPHANY_UA_VERSION]) |