version 0.3.28
[fms.git] / include / db / sqlite3db / sqlite3db.h
index 8c2ee39..f60961b 100644 (file)
@@ -7,8 +7,8 @@
 #include "../sqlite3db.h"\r
 #include "../../threadwrapper/singleton.h"\r
 \r
-#if SQLITE_VERSION_NUMBER<3005000\r
-#error "Your version of SQLite is too old!  3.5.0 or later is required."\r
+#if SQLITE_VERSION_NUMBER<3006006\r
+#error "Your version of SQLite is too old!  3.6.6.2 or later is required."\r
 #endif\r
 \r
 namespace SQLite3DB\r