diff options
author | Xan Lopez <xlopez@igalia.com> | 2011-09-27 08:19:04 +0800 |
---|---|---|
committer | Xan Lopez <xlopez@igalia.com> | 2011-09-27 18:47:20 +0800 |
commit | 76aa514c60e92f69823ee6d1aa3aecec24c3fc8e (patch) | |
tree | e344f36f80a147fca4ea98a7193ae1ec5d7afe56 | |
parent | 76ec61b9f9a5919dee4a67e58eb12fa107d2317f (diff) | |
download | gsoc2013-epiphany-76aa514c60e92f69823ee6d1aa3aecec24c3fc8e.tar.gz gsoc2013-epiphany-76aa514c60e92f69823ee6d1aa3aecec24c3fc8e.tar.zst gsoc2013-epiphany-76aa514c60e92f69823ee6d1aa3aecec24c3fc8e.zip |
[release] 3.2.03.2.0
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 10 |
2 files changed, 13 insertions, 5 deletions
@@ -1,3 +1,11 @@ +============== +Epiphany 3.2.0 +============== + +Changes: + + - Translation updates. + =============== Epiphany 3.1.92 =============== diff --git a/configure.ac b/configure.ac index b13f279d5..ff21bf9e5 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],[1]) -m4_define([epiphany_version_micro],[92]) +m4_define([epiphany_version_minor],[2]) +m4_define([epiphany_version_micro],[0]) m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro]) # This can be either "trunk" or "branches/gnome-x-y" @@ -31,10 +31,10 @@ AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([configure.ac]) -EPIPHANY_API_VERSION=3.0 +EPIPHANY_API_VERSION=3.2 # This should stay at the major version of the latest stable releases -EPIPHANY_UA_VERSION=3.0 +EPIPHANY_UA_VERSION=3.2 AC_SUBST([EPIPHANY_MAJOR],[epiphany_version_major.epiphany_version_minor]) AC_SUBST([EPIPHANY_API_VERSION]) @@ -87,7 +87,7 @@ GLIB_REQUIRED=2.29.10 GTK_REQUIRED=3.0.2 LIBXML_REQUIRED=2.6.12 LIBXSLT_REQUIRED=1.1.7 -WEBKIT_GTK_REQUIRED=1.5.2 +WEBKIT_GTK_REQUIRED=1.6.1 LIBSOUP_GNOME_REQUIRED=2.33.1 GNOME_KEYRING_REQUIRED=2.26.0 GSETTINGS_DESKTOP_SCHEMAS_REQUIRED=0.0.1 |