From 0f26184f8da44175af235378a0620beb7715fb11 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Fri, 19 Nov 2010 16:47:03 +0000 Subject: BUILD: Revert r53427. create_project will now use a different approach than recreating base/internal_version.h. This is also because recreating this file might result in accidental commits of the modified file and thus "screw up" the version string on different systems. svn-id: r54383 --- base/internal_version.h | 7 +++---- base/internal_version.h.in | 7 +++---- 2 files changed, 6 insertions(+), 8 deletions(-) (limited to 'base') 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 diff --git a/base/internal_version.h.in b/base/internal_version.h.in index dacaf72d40..f50fa6b76d 100644 --- a/base/internal_version.h.in +++ b/base/internal_version.h.in @@ -2,12 +2,11 @@ #error This file may only be included by base/version.cpp #endif -#ifndef SCUMMVM_SVN_REVISION -#define SCUMMVM_SVN_REVISION "@SVN_REVISION@" -#endif - #ifdef RELEASE_BUILD #undef SCUMMVM_SVN_REVISION +#endif + +#ifndef SCUMMVM_SVN_REVISION #define SCUMMVM_SVN_REVISION #endif -- cgit v1.2.3