Ported changes from 0.3.1 and bumped version to 0.3.2-SVN
[supertux.git] / mk / msvc / config.h
index 39117f1..b88151f 100644 (file)
 #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
+}