From 85f59175f690a0beaf71c1cc0bdb0cbb99f34d9d Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Mon, 29 Sep 2003 21:10:59 +0000 Subject: [PATCH] version number update Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1276 --- src/platform/visualc/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/platform/visualc/config.h b/src/platform/visualc/config.h index b0f14bd6..f05615f0 100644 --- a/src/platform/visualc/config.h +++ b/src/platform/visualc/config.h @@ -1,9 +1,9 @@ #define INLINE __forceinline -#define VERSION "0.58" +#define VERSION "0.60" /* 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