https://github.com/scummvm/scummvm
Raw File
Tip revision: 5e953ad8a5533687eebe323ab5909e7026291744 authored by Eugene Sandulenko on 04 May 2013, 21:40:15 UTC
RELEASE: This is 1.6.0pre
Tip revision: 5e953ad
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 "1.6.0pre" SCUMMVM_REVISION
back to top