From 0d2c7f7016e3e965de86bb286252d7bda88d9ca4 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Sat, 21 Dec 2002 15:58:40 +0000 Subject: [PATCH] 0.57 preparations Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@587 --- README | 3 ++- THANKS | 1 + VERSION | 2 +- configure.in | 2 +- src/platform/visualc/config.h | 2 +- 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README b/README index 7dbc7cc5..391b1d52 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -DOSBox v0.56 +DOSBox v0.57 Usage: ====== @@ -122,6 +122,7 @@ Vlad R. of the vdmsound project for excellent sound blaster info. Tatsuyuki Satoh of the Mame Team for making an excellent FM emulator. The Bochs and DOSemu projects which I used for information. Freedos for ideas in making my shell. +The Beta Testers. Contact: ======== diff --git a/THANKS b/THANKS index fdc282ee..6e7ae900 100644 --- a/THANKS +++ b/THANKS @@ -6,3 +6,4 @@ Tatsuyuki Satoh of the Mame Team for making an excellent FM emulator. The Bochs and DOSemu projects which I used for information. Freedos for ideas in making my shell. All the people who submitted a bug. +The Beta Testers. diff --git a/VERSION b/VERSION index 3fb437d8..96ca7699 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.56 \ No newline at end of file +0.57 diff --git a/configure.in b/configure.in index 4fa3482d..9417a9d6 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Init. -AC_INIT(dosbox,0.56) +AC_INIT(dosbox,0.57) AC_CONFIG_SRCDIR(README) dnl Detect the canonical host and target build environment diff --git a/src/platform/visualc/config.h b/src/platform/visualc/config.h index 043d02bf..83fa3b12 100644 --- a/src/platform/visualc/config.h +++ b/src/platform/visualc/config.h @@ -1,6 +1,6 @@ #define INLINE __forceinline -#define VERSION "0.56" +#define VERSION "0.57" #define GCC_ATTRIBUTE(x) /* attribute not supported */