diff options
author | Christian Persch <chpe@src.gnome.org> | 2009-02-04 04:55:00 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2009-02-04 04:55:00 +0800 |
commit | 22ad85ad12dee80fefd2bc776f72d87af3ccdfaa (patch) | |
tree | 61ed76e40a71c08ce44dc91179e6a302e3b0e02c | |
parent | cec6583c2879a7882df5087b592df8c70c2268f6 (diff) | |
download | gsoc2013-epiphany-22ad85ad12dee80fefd2bc776f72d87af3ccdfaa.tar.gz gsoc2013-epiphany-22ad85ad12dee80fefd2bc776f72d87af3ccdfaa.tar.zst gsoc2013-epiphany-22ad85ad12dee80fefd2bc776f72d87af3ccdfaa.zip |
Version update
svn path=/trunk/; revision=8750
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index b14a8e5b3..17bde755c 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA m4_define([epiphany_version_major],[2]) -m4_define([epiphany_version_minor],[25]) +m4_define([epiphany_version_minor],[27]) m4_define([epiphany_version_micro],[0]) m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro]) @@ -33,7 +33,7 @@ AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([configure.ac]) -EPIPHANY_API_VERSION=2.23 +EPIPHANY_API_VERSION=2.27 # This should stay at the major version of the latest stable releases EPIPHANY_UA_VERSION=2.22 |