2010-08-11 12:50:18 +00:00
|
|
|
#ifndef INCLUDED_FROM_BASE_VERSION_CPP
|
|
|
|
#error This file may only be included by base/version.cpp
|
|
|
|
#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
|
|
|
|
|
2011-02-12 16:43:57 +00:00
|
|
|
#define SCUMMVM_VERSION "@VERSION@" SCUMMVM_REVISION
|