Revision
117411
Author
cal@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

Modified Paths

Diff

Modified: trunk/base/src/cregistry/sql.c (117410 => 117411)


--- 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[] = {