X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2FmysqlConn.c;h=75bb4269a92528d496d7b6e8b50740ce517eb571;hb=bb5692b9cbff069abbf9573c81e86c3cd2061ceb;hp=dcd99e5d39a48d9ba5516522c0d4e507bebbb105;hpb=0b17bccd2d7fbef5652168d11d4f0af1f41252d3;p=NeonServV5.git diff --git a/src/mysqlConn.c b/src/mysqlConn.c index dcd99e5..75bb426 100644 --- a/src/mysqlConn.c +++ b/src/mysqlConn.c @@ -1,5 +1,5 @@ /* mysqlConn.c - NeonServ v5.3 - * Copyright (C) 2011 Philipp Kreil (pk910) + * 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 "9" +#define DATABASE_VERSION "10" struct used_result { MYSQL_RES *result;