From e4f90123ff0753717f9f345e41a002b7a5748bb5 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Thu, 24 Oct 2002 12:27:02 +0000 Subject: [PATCH] Set Version to 0.56 Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@402 --- src/platform/visualc/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platform/visualc/config.h b/src/platform/visualc/config.h index 114b25bd..043d02bf 100644 --- a/src/platform/visualc/config.h +++ b/src/platform/visualc/config.h @@ -1,6 +1,6 @@ #define INLINE __forceinline -#define VERSION "0.55" +#define VERSION "0.56" #define GCC_ATTRIBUTE(x) /* attribute not supported */