X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=mk%2Fmsvc%2Fconfig.h;h=b88151f8421f3e1567fd055dbc93caafeb030aeb;hb=c1277f5b7db9f55d1d28f658b4e804f32b76f0ce;hp=39117f1d846ab839520f51adcc053fe31456f5a5;hpb=a1e423873f0c730ce4efb2f08c2b190b2c2a8273;p=supertux.git diff --git a/mk/msvc/config.h b/mk/msvc/config.h index 39117f1d8..b88151f84 100644 --- a/mk/msvc/config.h +++ b/mk/msvc/config.h @@ -88,13 +88,13 @@ #define PACKAGE_NAME "supertux" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "supertux 0.3.0-SVN" +#define PACKAGE_STRING "supertux 0.3.2-SVN" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "supertux" /* Define to the version of this package. */ -#define PACKAGE_VERSION "0.3.0-SVN" +#define PACKAGE_VERSION "0.3.2-SVN" /* Define to necessary symbol if this constant uses a non-standard name on your system. */ @@ -155,4 +155,4 @@ static inline int roundf(float val) static inline int sscanf(...) { return -1; -} \ No newline at end of file +}