Another year is about to end... So we have to update these damn copyright information :P
[NeonServV5.git] / src / mysqlConn.c
index ec270374c94f2f0640e41882bbd168013fb3a420..75bb4269a92528d496d7b6e8b50740ce517eb571 100644 (file)
@@ -1,5 +1,5 @@
-/* mysqlConn.c - NeonServ v5.2
- * Copyright (C) 2011  Philipp Kreil (pk910)
+/* mysqlConn.c - NeonServ v5.3
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -16,7 +16,7 @@
  */
 
 #include "mysqlConn.h"
-#define DATABASE_VERSION "7"
+#define DATABASE_VERSION "10"
 
 struct used_result {
     MYSQL_RES *result;