1
0
Fork 0

0.57 preparations

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@587
This commit is contained in:
Peter Veenstra 2002-12-21 15:58:40 +00:00
parent c0ae71729e
commit 0d2c7f7016
5 changed files with 6 additions and 4 deletions

3
README
View file

@ -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:
========

1
THANKS
View file

@ -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.

View file

@ -1 +1 @@
0.56
0.57

View file

@ -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

View file

@ -1,6 +1,6 @@
#define INLINE __forceinline
#define VERSION "0.56"
#define VERSION "0.57"
#define GCC_ATTRIBUTE(x) /* attribute not supported */