aboutsummaryrefslogtreecommitdiff
path: root/base/internal_version.h.in
blob: 01a62cd2d0f04d3e685efe28b1b739f251a85a11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#if !defined(INCLUDED_FROM_BASE_VERSION_CPP) && !defined(RC_INVOKED)
#error This file may only be included by base/version.cpp or dists/scummvm.rc
#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

#ifndef SCUMMVM_REVISION
#define SCUMMVM_REVISION
#endif

#define SCUMMVM_VERSION "@VERSION@"

#define SCUMMVM_VER_MAJOR @VER_MAJOR@
#define SCUMMVM_VER_MINOR @VER_MINOR@
#define SCUMMVM_VER_PATCH @VER_PATCH@