added simple anti flood system
[NeonServV5.git] / src / mysqlConn.c
index 12917f290b42f78625b2825cfa715f9ce09a386f..02165281f6500961a2cc108ed5b1a2b602427c31 100644 (file)
@@ -1,4 +1,4 @@
-/* mysqlConn.c - NeonServ v5.0
+/* mysqlConn.c - NeonServ v5.1
  * Copyright (C) 2011  Philipp Kreil (pk910)
  * 
  * This program is free software: you can redistribute it and/or modify
@@ -16,7 +16,7 @@
  */
 
 #include "mysqlConn.h"
-#define DATABASE_VERSION "2"
+#define DATABASE_VERSION "5"
 
 struct used_result {
     MYSQL_RES *result;