Make it clear to people that they don't use a stable version.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3632
This commit is contained in:
parent
8c29440d39
commit
c77c12be15
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
dnl Init.
|
||||
AC_INIT(dosbox,0.74)
|
||||
AC_INIT(dosbox,SVN)
|
||||
AC_PREREQ(2.50)
|
||||
AC_CONFIG_SRCDIR(README)
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#define VERSION "0.74"
|
||||
#define VERSION "SVN"
|
||||
|
||||
/* Define to 1 to enable internal debugger, requires libcurses */
|
||||
#define C_DEBUG 0
|
||||
|
|
Loading…
Add table
Reference in a new issue