epiphany r8788 - branches/gnome-2-26



Author: chpe
Date: Mon Feb 16 18:51:04 2009
New Revision: 8788
URL: http://svn.gnome.org/viewvc/epiphany?rev=8788&view=rev

Log:
Explicitly set the API version

Modified:
   branches/gnome-2-26/configure.ac

Modified: branches/gnome-2-26/configure.ac
==============================================================================
--- branches/gnome-2-26/configure.ac	(original)
+++ branches/gnome-2-26/configure.ac	Mon Feb 16 18:51:04 2009
@@ -41,13 +41,13 @@
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_SRCDIR([configure.ac])
 
-EPIPHANY_API_VERSION=2.22
+EPIPHANY_API_VERSION=2.26
 
 # This should stay at the major version of the latest stable releases
 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])
+AC_SUBST([EPIPHANY_API_VERSION])
 AC_SUBST([EPIPHANY_UA_VERSION])
 
 # for EPHY_CHECK_VERSION



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