fixed database (increased flags field size)
[NeonServV5.git] / src / mysqlConn.c
index 3a9ac6806d51f30b1414a5ae6258332a8b666696..802c5918ea53b80de775b5fcccbb32c602ccb96a 100644 (file)
@@ -1,4 +1,4 @@
-/* mysqlConn.c - NeonServ v5.2
+/* mysqlConn.c - NeonServ v5.3
  * 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 "8"
+#define DATABASE_VERSION "10"
 
 struct used_result {
     MYSQL_RES *result;