aboutsummaryrefslogtreecommitdiff
path: root/base/internal_version.h.in
blob: 4eecf90d87e6b9d7edd4cb5c9d06a4ca3a3324c5 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef SCUMMVM_SVN_REVISION
#define SCUMMVM_SVN_REVISION
#endif

#ifdef RELEASE_BUILD
#undef SCUMMVM_SVN_REVISION
#define SCUMMVM_SVN_REVISION
#endif

#define SCUMMVM_VERSION "@VERSION@" SCUMMVM_SVN_REVISION