ScummVM API documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
internal_version.h
1 #if !defined(INCLUDED_FROM_BASE_VERSION_CPP) && !defined(RC_INVOKED)
2 #error This file may only be included by base/version.cpp or dists/scummvm.rc
3 #endif
4 
5 // Reads revision number from file
6 // (this is used when building with Visual Studio)
7 #ifdef SCUMMVM_INTERNAL_REVISION
8 #include "internal_revision.h"
9 #endif
10 
11 #ifdef RELEASE_BUILD
12 #undef SCUMMVM_REVISION
13 #endif
14 
15 #ifndef SCUMMVM_REVISION
16 #define SCUMMVM_REVISION
17 #endif
18 
19 #define SCUMMVM_VERSION "2.10.0git"
20 
21 #define SCUMMVM_VER_MAJOR 2
22 #define SCUMMVM_VER_MINOR 10
23 #define SCUMMVM_VER_PATCH 0