X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2FmysqlConn.c;h=75bb4269a92528d496d7b6e8b50740ce517eb571;hb=bb5692b9cbff069abbf9573c81e86c3cd2061ceb;hp=ec270374c94f2f0640e41882bbd168013fb3a420;hpb=de4e38ad80dc9365a31e0226635e3cdf26b21577;p=NeonServV5.git diff --git a/src/mysqlConn.c b/src/mysqlConn.c index ec27037..75bb426 100644 --- a/src/mysqlConn.c +++ b/src/mysqlConn.c @@ -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;