aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--base/internal_version.h1
-rw-r--r--base/internal_version.h.in1
2 files changed, 2 insertions, 0 deletions
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