aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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])