2019-01-26 20:47:55 +01:00
|
|
|
#if !defined(INCLUDED_FROM_BASE_VERSION_CPP) && !defined(RC_INVOKED)
|
|
|
|
#error This file may only be included by base/version.cpp or dists/residualvm.rc
|
2011-04-11 15:40:01 +02:00
|
|
|
#endif
|
|
|
|
|
2011-04-25 01:56:53 +08:00
|
|
|
// Reads revision number from file
|
|
|
|
// (this is used when building with Visual Studio)
|
2012-02-22 23:26:36 +01:00
|
|
|
#ifdef SCUMMVM_INTERNAL_REVISION
|
2011-04-25 01:56:53 +08:00
|
|
|
#include "internal_revision.h"
|
|
|
|
#endif
|
|
|
|
|
2011-04-14 12:41:26 +02:00
|
|
|
#ifdef RELEASE_BUILD
|
2012-02-22 23:26:36 +01:00
|
|
|
#undef SCUMMVM_REVISION
|
2009-10-04 10:58:28 +00:00
|
|
|
#endif
|
|
|
|
|
2012-02-22 23:26:36 +01:00
|
|
|
#ifndef SCUMMVM_REVISION
|
|
|
|
#define SCUMMVM_REVISION
|
2011-04-11 15:40:01 +02:00
|
|
|
#endif
|
|
|
|
|
2019-01-26 20:47:55 +01:00
|
|
|
#define SCUMMVM_VERSION "0.4.0git"
|
|
|
|
|
|
|
|
#define SCUMMVM_VER_MAJOR 0
|
|
|
|
#define SCUMMVM_VER_MINOR 4
|
|
|
|
#define SCUMMVM_VER_PATCH 0
|