aboutsummaryrefslogtreecommitdiff
path: root/base/internal_version.h.in
diff options
context:
space:
mode:
authorMax Horn2010-10-13 15:00:28 +0000
committerMax Horn2010-10-13 15:00:28 +0000
commit043f2db0c747c68a9188eba1c58ccc993c0bfa52 (patch)
tree362e322ae3bd1696d186254e441bb93c650c4895 /base/internal_version.h.in
parenta3d3e94a8d37240353502e60a0cfa19c44c4fd38 (diff)
downloadscummvm-rg350-043f2db0c747c68a9188eba1c58ccc993c0bfa52.tar.gz
scummvm-rg350-043f2db0c747c68a9188eba1c58ccc993c0bfa52.tar.bz2
scummvm-rg350-043f2db0c747c68a9188eba1c58ccc993c0bfa52.zip
BASE: Add SVN_REVISION placehold to internal_version.h.in
Our tools/update-version.pl script always keeps this empty. But it will make integration of the create_project patch smoother. svn-id: r53427
Diffstat (limited to 'base/internal_version.h.in')
-rw-r--r--base/internal_version.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/internal_version.h.in b/base/internal_version.h.in
index adf5f94d21..dacaf72d40 100644
--- a/base/internal_version.h.in
+++ b/base/internal_version.h.in
@@ -3,7 +3,7 @@
#endif
#ifndef SCUMMVM_SVN_REVISION
-#define SCUMMVM_SVN_REVISION
+#define SCUMMVM_SVN_REVISION "@SVN_REVISION@"
#endif
#ifdef RELEASE_BUILD