1
0
Fork 0

Administrative changes.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2941
This commit is contained in:
Peter Veenstra 2007-07-30 07:42:16 +00:00
parent c3d2ddebd5
commit ee260ffd5c
3 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
0.70
0.71

View file

@ -1,5 +1,5 @@
dnl Init.
AC_INIT(dosbox,0.70)
AC_INIT(dosbox,0.71)
AC_PREREQ(2.50)
AC_CONFIG_SRCDIR(README)

View file

@ -1,6 +1,6 @@
#define INLINE __forceinline
#define VERSION "0.70"
#define VERSION "0.71"
/* Define to 1 to enable internal debugger, requires libcurses */