[117411] trunk/base/src/cregistry/sql.c
cal at macports.org
cal at macports.org
Tue Feb 25 12:20:21 PST 2014
Revision: 117411
https://trac.macports.org/changeset/117411
Author: cal at macports.org
Date: 2014-02-25 12:20:21 -0800 (Tue, 25 Feb 2014)
Log Message:
-----------
cregistry/sql.c: revert the part of r117409 that broke the buildbots
Revision Links:
--------------
https://trac.macports.org/changeset/117409
Modified Paths:
--------------
trunk/base/src/cregistry/sql.c
Modified: trunk/base/src/cregistry/sql.c
===================================================================
--- trunk/base/src/cregistry/sql.c 2014-02-25 20:07:47 UTC (rev 117410)
+++ trunk/base/src/cregistry/sql.c 2014-02-25 20:20:21 UTC (rev 117411)
@@ -264,7 +264,7 @@
/* we can't call vercmp directly because it's static, but we have
* sql_version, which is basically an alias */
- if (sql_version(NULL, -1, version, -1, "1.100") < 0) {
+ if (sql_version(NULL, -1, version, -1, "1.1") < 0) {
/* we need to update to 1.1, add binary field and index to files
* table */
static char* version_1_1_queries[] = {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140225/90742ac2/attachment.html>
More information about the macports-changes
mailing list