https://github.com/scummvm/scummvm
Raw File
Tip revision: badf82cce6b0d1aa950a35f2289d13dd961e31bb authored by Eugene Sandulenko on 10 October 2016, 21:44:00 UTC
DISTS: Generated Code::Blocks and MSVC project files
Tip revision: badf82c
internal_version.h.in
#ifndef INCLUDED_FROM_BASE_VERSION_CPP
#error This file may only be included by base/version.cpp
#endif

// Reads revision number from file
// (this is used when building with Visual Studio)
#ifdef SCUMMVM_INTERNAL_REVISION
#include "internal_revision.h"
#endif

#ifdef RELEASE_BUILD
#undef SCUMMVM_REVISION
#endif

#ifndef SCUMMVM_REVISION
#define SCUMMVM_REVISION
#endif

#define SCUMMVM_VERSION "@VERSION@" SCUMMVM_REVISION
back to top