2011-04-11 15:40:01 +02:00
|
|
|
#ifndef INCLUDED_FROM_BASE_VERSION_CPP
|
|
|
|
#error This file may only be included by base/version.cpp
|
|
|
|
#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
|
|
|
|
|
2017-11-05 08:38:52 +01:00
|
|
|
#define SCUMMVM_VERSION "0.4.0git" SCUMMVM_REVISION
|