https://github.com/scummvm/scummvm
Raw File
Tip revision: d5488e1d0799c7d5fbfbb142d30c9e882ca27d57 authored by David Fioramonti on 05 January 2018, 04:32:08 UTC
SCI32: Fix PQ4 Barbie shoe points patch selector
Tip revision: d5488e1
internal_version.h
#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 "2.0.1pre" SCUMMVM_REVISION
back to top