https://github.com/scummvm/scummvm
Raw File
Tip revision: c565e0d6441da057858563c7380e3a206b735111 authored by Eugene Sandulenko on 11 July 2014, 21:26:35 UTC
DISTS: Generated Code::Blocks and MSVC project files
Tip revision: c565e0d
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