From c77c12be155d2c3ad1a30f900939b08f940fd0ff Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Sat, 7 Aug 2010 18:36:17 +0000 Subject: [PATCH] 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 --- configure.in | 2 +- src/platform/visualc/config.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 016ea95f..3e2a8782 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Init. -AC_INIT(dosbox,0.74) +AC_INIT(dosbox,SVN) AC_PREREQ(2.50) AC_CONFIG_SRCDIR(README) diff --git a/src/platform/visualc/config.h b/src/platform/visualc/config.h index 7d9eecbc..fffd256e 100644 --- a/src/platform/visualc/config.h +++ b/src/platform/visualc/config.h @@ -1,4 +1,4 @@ -#define VERSION "0.74" +#define VERSION "SVN" /* Define to 1 to enable internal debugger, requires libcurses */ #define C_DEBUG 0