diff options
author | Xan Lopez <xan@gnome.org> | 2009-09-19 02:45:02 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2009-09-19 02:45:02 +0800 |
commit | 54c624c15073ec0ead585ec09b342f75e7690b0a (patch) | |
tree | 025ec0dfbd067ae2226b28abd83ae937ced2b716 /configure.ac | |
parent | cbf6a41f26febe635939eb84ea13abf1bd0e333f (diff) | |
download | gsoc2013-epiphany-54c624c15073ec0ead585ec09b342f75e7690b0a.tar.gz gsoc2013-epiphany-54c624c15073ec0ead585ec09b342f75e7690b0a.tar.zst gsoc2013-epiphany-54c624c15073ec0ead585ec09b342f75e7690b0a.zip |
configure.ac: bump version to 2.29.0
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index a76630995..40124abcb 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],[28]) +m4_define([epiphany_version_minor],[29]) m4_define([epiphany_version_micro],[0]) m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro]) @@ -33,10 +33,10 @@ AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([configure.ac]) -EPIPHANY_API_VERSION=2.27 +EPIPHANY_API_VERSION=2.29 # This should stay at the major version of the latest stable releases -EPIPHANY_UA_VERSION=2.22 +EPIPHANY_UA_VERSION=2.28 AC_SUBST([EPIPHANY_MAJOR],[epiphany_version_major.epiphany_version_minor]) AC_SUBST([EPIPHANY_API_VERSION]) |