Modified: trunk/base/src/cregistry/sql.c (117413 => 117414)
--- 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[] = {