X-Git-Url: http://git.pk910.de/?p=NeonServV5.git;a=blobdiff_plain;f=src%2FmysqlConn.c;h=79c82e9d4194f49514cf14aa8202d4461fc63312;hp=6fe11e723d8a44aa89288df03ce18582ed14e3cb;hb=8a1a716ef73af7b5288f7b5f8ab1b37be80f1247;hpb=d80ff9e6b878be4f29854f4fe99f59efeb5e6e10 diff --git a/src/mysqlConn.c b/src/mysqlConn.c index 6fe11e7..79c82e9 100644 --- a/src/mysqlConn.c +++ b/src/mysqlConn.c @@ -1,4 +1,4 @@ -/* mysqlConn.c - NeonServ v5.5 +/* mysqlConn.c - NeonServ v5.6 * 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 "19" +#define DATABASE_VERSION "20" static void show_mysql_error();