From ff33acb132c3d7f15060e528c7ac4bf34321807e Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Thu, 24 Jun 2010 22:55:24 +0000 Subject: Fix build with --enable-release. svn-id: r50249 --- base/internal_version.h | 1 + base/internal_version.h.in | 1 + 2 files changed, 2 insertions(+) diff --git a/base/internal_version.h b/base/internal_version.h index 533348ace4..2e6b7a24ad 100644 --- a/base/internal_version.h +++ b/base/internal_version.h @@ -4,6 +4,7 @@ #ifdef RELEASE_BUILD #undef SCUMMVM_SVN_REVISION +#define SCUMMVM_SVN_REVISION #endif #define SCUMMVM_VERSION "1.2.0svn" SCUMMVM_SVN_REVISION diff --git a/base/internal_version.h.in b/base/internal_version.h.in index 0199b67d5c..4eecf90d87 100644 --- a/base/internal_version.h.in +++ b/base/internal_version.h.in @@ -4,6 +4,7 @@ #ifdef RELEASE_BUILD #undef SCUMMVM_SVN_REVISION +#define SCUMMVM_SVN_REVISION #endif #define SCUMMVM_VERSION "@VERSION@" SCUMMVM_SVN_REVISION -- cgit v1.2.3