From 27e4690c4281f714be46f9893c2727fc10fd60b9 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Mon, 17 Mar 2003 09:49:31 +0000 Subject: [PATCH] prepare for release Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@775 --- 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 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