Revision: 117414 https://trac.macports.org/changeset/117414 Author: jmr@macports.org Date: 2014-02-25 12:31:16 -0800 (Tue, 25 Feb 2014) Log Message: ----------- re-revert reverted reversion 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:30:35 UTC (rev 117413) +++ trunk/base/src/cregistry/sql.c 2014-02-25 20:31:16 UTC (rev 117414) @@ -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.1") < 0) { + if (sql_version(NULL, -1, version, -1, "1.100") < 0) { /* we need to update to 1.1, add binary field and index to files * table */ static char* version_1_1_queries[] = {