aboutsummaryrefslogtreecommitdiff
path: root/base/internal_version.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/internal_version.h')
-rw-r--r--base/internal_version.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/base/internal_version.h b/base/internal_version.h
index fc7b5350f5..36cdcdeb39 100644
--- a/base/internal_version.h
+++ b/base/internal_version.h
@@ -2,6 +2,12 @@
#error This file may only be included by base/version.cpp
#endif
+// Reads revision number from file
+// (this is used when building with Visual Studio)
+#ifdef SCUMMVM_INTERNAL_REVISION
+#include "internal_revision.h"
+#endif
+
#ifdef RELEASE_BUILD
#undef SCUMMVM_REVISION
#endif