diff options
author | Jordi Vilalta Prat | 2011-02-12 16:43:57 +0000 |
---|---|---|
committer | Jordi Vilalta Prat | 2011-02-12 16:43:57 +0000 |
commit | a4227638332c74d2e08e0935e7c49f276b701c61 (patch) | |
tree | aed3e101fd5267dfa5e72f2654f64cad2c2296f9 /base | |
parent | c846231af3ccf9a910c5cfd5276a38a2244e325d (diff) | |
download | scummvm-rg350-a4227638332c74d2e08e0935e7c49f276b701c61.tar.gz scummvm-rg350-a4227638332c74d2e08e0935e7c49f276b701c61.tar.bz2 scummvm-rg350-a4227638332c74d2e08e0935e7c49f276b701c61.zip |
BUILD: Remove explicit references to SVN in revision variable names.
svn-id: r55898
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 |