added support for independent "zero-bots" (bots without an own source file)
[NeonServV5.git] / src / mysqlConn.c
index 4bf15f2c4417779d299256e03f0d7a2a50759ee0..3a9ac6806d51f30b1414a5ae6258332a8b666696 100644 (file)
@@ -16,7 +16,7 @@
  */
 
 #include "mysqlConn.h"
-#define DATABASE_VERSION "6"
+#define DATABASE_VERSION "8"
 
 struct used_result {
     MYSQL_RES *result;