diff --git a/src/platform/visualc/config.h b/src/platform/visualc/config.h index ac9a9863..811ebc70 100644 --- a/src/platform/visualc/config.h +++ b/src/platform/visualc/config.h @@ -1,9 +1,9 @@ #define INLINE __forceinline -#define VERSION "0.57" +#define VERSION "0.58" /* Define to 1 to enable internal debugger, requires libcurses */ -#define C_DEBUG 1 +#define C_DEBUG 0 /* Define to 1 to enable screenshots, requires libpng */ #define C_SSHOT 1