From 04147a3024f1146e662bed63be17c718b4f46ecd Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Mon, 29 Mar 2010 19:27:49 +0300 Subject: 2.30 --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index a3182bf31..33bd02906 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],[29]) -m4_define([epiphany_version_micro],[92]) +m4_define([epiphany_version_minor],[30]) +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" @@ -36,7 +36,7 @@ AC_CONFIG_SRCDIR([configure.ac]) EPIPHANY_API_VERSION=2.29 # This should stay at the major version of the latest stable releases -EPIPHANY_UA_VERSION=2.28 +EPIPHANY_UA_VERSION=2.30 AC_SUBST([EPIPHANY_MAJOR],[epiphany_version_major.epiphany_version_minor]) AC_SUBST([EPIPHANY_API_VERSION]) -- cgit