diff options
Diffstat (limited to 'base')
-rw-r--r-- | base/internal_version.h | 8 | ||||
-rw-r--r-- | base/internal_version.h.in | 8 | ||||
-rw-r--r-- | base/plugins.h | 2 |
3 files changed, 9 insertions, 9 deletions
diff --git a/base/internal_version.h b/base/internal_version.h index 78b4fbd751..55903d24bc 100644 --- a/base/internal_version.h +++ b/base/internal_version.h @@ -3,11 +3,11 @@ #endif #ifdef RELEASE_BUILD -#undef SCUMMVM_SVN_REVISION +#undef SCUMMVM_REVISION #endif -#ifndef SCUMMVM_SVN_REVISION -#define SCUMMVM_SVN_REVISION +#ifndef SCUMMVM_REVISION +#define SCUMMVM_REVISION #endif -#define SCUMMVM_VERSION "1.3.0svn" SCUMMVM_SVN_REVISION +#define SCUMMVM_VERSION "1.3.0svn" SCUMMVM_REVISION diff --git a/base/internal_version.h.in b/base/internal_version.h.in index f50fa6b76d..5eb3c904ee 100644 --- a/base/internal_version.h.in +++ b/base/internal_version.h.in @@ -3,11 +3,11 @@ #endif #ifdef RELEASE_BUILD -#undef SCUMMVM_SVN_REVISION +#undef SCUMMVM_REVISION #endif -#ifndef SCUMMVM_SVN_REVISION -#define SCUMMVM_SVN_REVISION +#ifndef SCUMMVM_REVISION +#define SCUMMVM_REVISION #endif -#define SCUMMVM_VERSION "@VERSION@" SCUMMVM_SVN_REVISION +#define SCUMMVM_VERSION "@VERSION@" SCUMMVM_REVISION diff --git a/base/plugins.h b/base/plugins.h index 4f6d37ac86..976e606a8b 100644 --- a/base/plugins.h +++ b/base/plugins.h @@ -73,7 +73,7 @@ enum PluginType { }; // TODO: Make the engine API version depend on ScummVM's version -// because of the backlinking (posibly from the SVN revision) +// because of the backlinking (posibly from the checkout revision) #define PLUGIN_TYPE_ENGINE_VERSION 1 #define PLUGIN_TYPE_MUSIC_VERSION 1 |