added cookie fun command :D (and the underlying getSetting/setSetting functions)
[NeonServV5.git] / src / mysqlConn.c
index 4bf15f2c4417779d299256e03f0d7a2a50759ee0..ec270374c94f2f0640e41882bbd168013fb3a420 100644 (file)
@@ -16,7 +16,7 @@
  */
 
 #include "mysqlConn.h"
-#define DATABASE_VERSION "6"
+#define DATABASE_VERSION "7"
 
 struct used_result {
     MYSQL_RES *result;