added new auth-check security feature
[NeonServV5.git] / src / mysqlConn.c
index 5fc14e935828d300b3d906fc559efc1b6bdb11a6..12ab76d6ff709ab7bf986e08384a62beaaef80bd 100644 (file)
@@ -16,7 +16,7 @@
  */
 
 #include "mysqlConn.h"
-#define DATABASE_VERSION "14"
+#define DATABASE_VERSION "15"
 
 struct mysql_conn_struct {
     unsigned long tid;