https://github.com/scummvm/scummvm
Raw File
Tip revision: f75a652bb7c956f145abe881c87b5dbf5c9ec24b authored by Eugene Sandulenko on 26 May 2013, 20:25:33 UTC
DISTS: Generated Code::Blocks and MSVC project files
Tip revision: f75a652
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