diff options
author | Christian Persch <chpe@src.gnome.org> | 2008-03-06 03:00:37 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2008-03-06 03:00:37 +0800 |
commit | b4f8f721cb430ea8e9bc553495457f810ac79818 (patch) | |
tree | f0f67f0903a4c03a816c0ce5bd1504def8b785cb /configure.ac | |
parent | 22217b9f48b04cb4b9eebb108109e0b758a905e9 (diff) | |
download | gsoc2013-epiphany-b4f8f721cb430ea8e9bc553495457f810ac79818.tar gsoc2013-epiphany-b4f8f721cb430ea8e9bc553495457f810ac79818.tar.gz gsoc2013-epiphany-b4f8f721cb430ea8e9bc553495457f810ac79818.tar.bz2 gsoc2013-epiphany-b4f8f721cb430ea8e9bc553495457f810ac79818.tar.lz gsoc2013-epiphany-b4f8f721cb430ea8e9bc553495457f810ac79818.tar.xz gsoc2013-epiphany-b4f8f721cb430ea8e9bc553495457f810ac79818.tar.zst gsoc2013-epiphany-b4f8f721cb430ea8e9bc553495457f810ac79818.zip |
Post branching version update
svn path=/trunk/; revision=8042
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index f118ef8c5..42375b823 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],[2]) -m4_define([epiphany_version_minor],[21]) -m4_define([epiphany_version_micro],[92]) +m4_define([epiphany_version_minor],[23]) +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" @@ -33,10 +33,10 @@ AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([configure.ac]) -EPIPHANY_API_VERSION=2.21.2 +EPIPHANY_API_VERSION=2.23 # This should stay at the major version of the latest stable releases -EPIPHANY_UA_VERSION=2.20 +EPIPHANY_UA_VERSION=2.22 AC_SUBST([EPIPHANY_MAJOR],[epiphany_version_major.epiphany_version_minor]) AC_SUBST([EPIPHANY_API_VERSION],[epiphany_version_major.epiphany_version_minor]) |