aboutsummaryrefslogtreecommitdiff
path: root/base/internal_version.h.in
blob: dacaf72d4043e0786b939ab1d47d16c61fb70fdc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef INCLUDED_FROM_BASE_VERSION_CPP
#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
#define SCUMMVM_SVN_REVISION
#endif

#define SCUMMVM_VERSION "@VERSION@" SCUMMVM_SVN_REVISION