aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2013-03-26 05:07:25 +0800
committerXan Lopez <xan@igalia.com>2013-03-26 05:07:51 +0800
commit42c940eb4a0954ee45f07ad74ddd236ad939bcfb (patch)
tree267e1a04106c2ff4f9d661eca8794316f41f1dda
parentca3dd7cb33fb3a56a75884ee32a991a771f6f4cc (diff)
downloadgsoc2013-epiphany-42c940eb4a0954ee45f07ad74ddd236ad939bcfb.tar
gsoc2013-epiphany-42c940eb4a0954ee45f07ad74ddd236ad939bcfb.tar.gz
gsoc2013-epiphany-42c940eb4a0954ee45f07ad74ddd236ad939bcfb.tar.bz2
gsoc2013-epiphany-42c940eb4a0954ee45f07ad74ddd236ad939bcfb.tar.lz
gsoc2013-epiphany-42c940eb4a0954ee45f07ad74ddd236ad939bcfb.tar.xz
gsoc2013-epiphany-42c940eb4a0954ee45f07ad74ddd236ad939bcfb.tar.zst
gsoc2013-epiphany-42c940eb4a0954ee45f07ad74ddd236ad939bcfb.zip
[release] 3.8.03.8.0
-rw-r--r--NEWS10
-rw-r--r--configure.ac6
2 files changed, 13 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 82d4aea42..b47a7b1fc 100644
--- a/NEWS
+++ b/NEWS
@@ -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])