2018-11-13 18:48:54 +00:00
|
|
|
#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
|
2010-08-11 12:50:18 +00:00
|
|
|
#endif
|
|
|
|
|
2011-04-24 16:34:57 +00:00
|
|
|
// Reads revision number from file
|
|
|
|
// (this is used when building with Visual Studio)
|
|
|
|
#ifdef SCUMMVM_INTERNAL_REVISION
|
|
|
|
#include "internal_revision.h"
|
|
|
|
#endif
|
|
|
|
|
2010-06-24 22:33:49 +00:00
|
|
|
#ifdef RELEASE_BUILD
|
2011-02-12 16:43:57 +00:00
|
|
|
#undef SCUMMVM_REVISION
|
2010-11-19 16:47:03 +00:00
|
|
|
#endif
|
|
|
|
|
2011-02-12 16:43:57 +00:00
|
|
|
#ifndef SCUMMVM_REVISION
|
|
|
|
#define SCUMMVM_REVISION
|
2010-06-24 22:33:49 +00:00
|
|
|
#endif
|
|
|
|
|
2022-06-05 18:43:05 +00:00
|
|
|
#define SCUMMVM_VERSION "2.7.0git"
|
2018-11-13 18:48:54 +00:00
|
|
|
|
|
|
|
#define SCUMMVM_VER_MAJOR 2
|
2022-06-05 18:43:05 +00:00
|
|
|
#define SCUMMVM_VER_MINOR 7
|
2018-11-13 18:48:54 +00:00
|
|
|
#define SCUMMVM_VER_PATCH 0
|