scummvm/base/internal_version.h
Tarek Soliman 523f4af080 RELEASE: This is 1.4.1pre
Actually, 007d9ef773 is but it's never too late
2011-12-02 12:44:16 -06:00

19 lines
426 B
C

#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.4.1pre" SCUMMVM_REVISION