libgda r3358 - trunk



Author: vivien
Date: Mon Mar 16 20:08:00 2009
New Revision: 3358
URL: http://svn.gnome.org/viewvc/libgda?rev=3358&view=rev

Log:
2009-03-16  Vivien Malerba <malerba gnome-db org>

        * configure.in:
          - set version to 4.1.0
          - increased library version


Modified:
   trunk/ChangeLog
   trunk/configure.in

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Mon Mar 16 20:08:00 2009
@@ -1,6 +1,8 @@
 m4_define(major, 4)
-m4_define(minor, 0)
+m4_define(minor, 1)
 m4_define(micro, 0)
+m4_define([gda_stable],
+	m4_if(m4_eval(minor % 2), [0], [yes], [no])) 
 
 AC_INIT(GNU Data Access, major.minor.micro, gnome-db-list gnome org, libgda)
 AC_PREREQ(2.59)
@@ -36,9 +38,9 @@
 # - If binary compatibility has been broken (e.g. removed or changed interfaces), set GDA_CURRENT += 1, GDA_REVISION and GDA_AGE to 0
 # - If interfaces is the same as the previous version, set GDA_REVISION += 1
 #
-GDA_CURRENT=4
+GDA_CURRENT=5
 GDA_REVISION=0
-GDA_AGE=0
+GDA_AGE=1
 
 AC_SUBST(GDA_CURRENT)
 AC_SUBST(GDA_REVISION)
@@ -1459,7 +1461,7 @@
 #
 # enable setting the Gda SQL console as default version (makes a symlink)
 #
-AC_ARG_ENABLE(default-binary, [  --enable-default-binary install tools as the default binaries (default=yes)], , enable_default_binary=yes)
+AC_ARG_ENABLE(default-binary, [ --enable-default-binary install binaries as default (default=gda_stable)], , enable_default_binary=gda_stable)
 AM_CONDITIONAL(DEFAULT_BINARY, test "x$enable_default_binary" = xyes)
 
 AC_SUBST(LIBGDA_CFLAGS)
@@ -1507,7 +1509,7 @@
 libgda-report/RML/trml2pdf/Makefile
 libgda-xslt/Makefile
 tools/Makefile
-tools/gda-sql-4.0.1:tools/gda-sql.1.in
+tools/gda-sql-4.1.1:tools/gda-sql.1.in
 tools/binreloc/Makefile
 testing/Makefile
 tests/Makefile
@@ -1526,7 +1528,7 @@
 
 dnl Print configuration summary
 echo ""
-echo " Configuration summary"
+echo " Configuration summary for version $GDA_VERSION"
 echo "   Installation prefix = $prefix"
 echo "   Building Libxslt extension: `if test x$have_xslt != xno; then echo yes; else echo no; fi`"
 echo "   Compiled providers:"



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