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