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