[Gnucash-changes] r12963 - gnucash/trunk - Increase QOF dependency to the next release to ensure compatibility.

Neil Williams codehelp at cvs.gnucash.org
Mon Jan 23 14:01:14 EST 2006


Author: codehelp
Date: 2006-01-23 14:01:13 -0500 (Mon, 23 Jan 2006)
New Revision: 12963
Trac: http://svn.gnucash.org/trac/changeset/12963

Modified:
   gnucash/trunk/configure.in
Log:
Increase QOF dependency to the next release to ensure compatibility.

Modified: gnucash/trunk/configure.in
===================================================================
--- gnucash/trunk/configure.in	2006-01-23 19:00:46 UTC (rev 12962)
+++ gnucash/trunk/configure.in	2006-01-23 19:01:13 UTC (rev 12963)
@@ -422,7 +422,8 @@
 
 AC_ARG_WITH(qof, [  --with-qof=path           prefix for Query Object Framework - QOF (auto)])
 
-QOF_REQUIRED=0.6.0
+# bug fixes between 0.6.1 and 0.6.2 mean gnucash runs best with 0.6.2
+QOF_REQUIRED=0.6.2
 if test "$gnc_enable_qof" = true ; then
   AC_MSG_CHECKING([for QOF, version >= $QOF_REQUIRED])
   if test "$withval" != "yes"; then



More information about the gnucash-changes mailing list