diff options
author | Claudio Saavedra <csaavedra@igalia.com> | 2012-09-25 16:05:51 +0800 |
---|---|---|
committer | Claudio Saavedra <csaavedra@igalia.com> | 2012-09-25 16:05:51 +0800 |
commit | ed5d02e80aab0297b04b31939a83bc13e75baf45 (patch) | |
tree | e90bd9e57b64ca3d9718b54eda9dafb29ec7650c | |
parent | ea14c4a2372fe028d8006c20c575fc805a112f07 (diff) | |
download | gsoc2013-epiphany-ed5d02e80aab0297b04b31939a83bc13e75baf45.tar.gz gsoc2013-epiphany-ed5d02e80aab0297b04b31939a83bc13e75baf45.tar.zst gsoc2013-epiphany-ed5d02e80aab0297b04b31939a83bc13e75baf45.zip |
[release] 3.6.03.6.0
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 8 |
2 files changed, 12 insertions, 4 deletions
@@ -1,3 +1,11 @@ +============== +Epiphany 3.6.0 +============== + +Changes: + + - Translation updates. + =============== Epiphany 3.5.92 =============== diff --git a/configure.ac b/configure.ac index 89b6099d6..fd54c0e88 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],[5]) -m4_define([epiphany_version_micro],[92]) +m4_define([epiphany_version_minor],[6]) +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]) @@ -28,10 +28,10 @@ AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([configure.ac]) -EPIPHANY_API_VERSION=3.5 +EPIPHANY_API_VERSION=3.6 # This should stay at the major version of the latest stable releases -EPIPHANY_UA_VERSION=3.5 +EPIPHANY_UA_VERSION=3.6 AC_SUBST([EPIPHANY_MAJOR],[epiphany_version_major.epiphany_version_minor]) AC_SUBST([EPIPHANY_API_VERSION]) |