0.57 preparations
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@587
This commit is contained in:
parent
c0ae71729e
commit
0d2c7f7016
5 changed files with 6 additions and 4 deletions
3
README
3
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:
|
||||
========
|
||||
|
|
1
THANKS
1
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.
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
0.56
|
||||
0.57
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#define INLINE __forceinline
|
||||
|
||||
#define VERSION "0.56"
|
||||
#define VERSION "0.57"
|
||||
|
||||
#define GCC_ATTRIBUTE(x) /* attribute not supported */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue