diff options
Diffstat (limited to 'base/internal_version.h')
-rw-r--r-- | base/internal_version.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/base/internal_version.h b/base/internal_version.h index 2b00ce60d2..78b4fbd751 100644 --- a/base/internal_version.h +++ b/base/internal_version.h @@ -2,12 +2,11 @@ #error This file may only be included by base/version.cpp #endif -#ifndef SCUMMVM_SVN_REVISION -#define SCUMMVM_SVN_REVISION "" -#endif - #ifdef RELEASE_BUILD #undef SCUMMVM_SVN_REVISION +#endif + +#ifndef SCUMMVM_SVN_REVISION #define SCUMMVM_SVN_REVISION #endif |