completely changed the NeonSpam settings / scanner management
[NeonServV5.git] / src / mysqlConn.c
index c2941f710ffb32fd9cfe9e721d81751723787e20..dfc65a9f042742bc1c5013380b5de71f0834c300 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 "3"
+#define DATABASE_VERSION "4"
 
 struct used_result {
     MYSQL_RES *result;