[epiphany] configure.ac: bump version to 3.5.0



commit b22dbc6b5df23ef882d5f294027dffe3849d9463
Author: Xan Lopez <xan igalia com>
Date:   Mon Mar 26 18:14:51 2012 +0200

    configure.ac: bump version to 3.5.0
    
    Let the 3.6.0 race begin!

 configure.ac |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 88f33bc..7048395 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],[3])
-m4_define([epiphany_version_micro],[92])
+m4_define([epiphany_version_minor],[5])
+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.3
+EPIPHANY_API_VERSION=3.5
 
 # This should stay at the major version of the latest stable releases
-EPIPHANY_UA_VERSION=3.3
+EPIPHANY_UA_VERSION=3.5
 
 AC_SUBST([EPIPHANY_MAJOR],[epiphany_version_major.epiphany_version_minor])
 AC_SUBST([EPIPHANY_API_VERSION])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]