[epiphany/gnome-3-8] [release] 3.8.0



commit 42c940eb4a0954ee45f07ad74ddd236ad939bcfb
Author: Xan Lopez <xan igalia com>
Date:   Mon Mar 25 22:07:25 2013 +0100

    [release] 3.8.0

 NEWS         |   10 ++++++++++
 configure.ac |    6 +++---
 2 files changed, 13 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 82d4aea..b47a7b1 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 e0e6886..8ff74a0 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])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]