added bot/ircop mark to cmd_nicklist
[NeonServV5.git] / src / mysqlConn.c
index d8e3066599d3b3eef719e5ff142d3ac3b52d6915..e76641044d7f69f719f12266dd79684be50a1be3 100644 (file)
@@ -1,4 +1,4 @@
-/* mysqlConn.c - NeonServ v5.4
+/* mysqlConn.c - NeonServ v5.5
  * Copyright (C) 2011-2012  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 "18"
+#define DATABASE_VERSION "20"
 
 static void show_mysql_error();