scummvm/base/internal_version.h

24 lines
547 B
C
Raw Normal View History

#if !defined(INCLUDED_FROM_BASE_VERSION_CPP) && !defined(RC_INVOKED)
#error This file may only be included by base/version.cpp or dists/residualvm.rc
2011-04-11 15:40:01 +02:00
#endif
// Reads revision number from file
// (this is used when building with Visual Studio)
2012-02-22 23:26:36 +01:00
#ifdef SCUMMVM_INTERNAL_REVISION
#include "internal_revision.h"
#endif
2011-04-14 12:41:26 +02:00
#ifdef RELEASE_BUILD
2012-02-22 23:26:36 +01:00
#undef SCUMMVM_REVISION
#endif
2012-02-22 23:26:36 +01:00
#ifndef SCUMMVM_REVISION
#define SCUMMVM_REVISION
2011-04-11 15:40:01 +02:00
#endif
#define SCUMMVM_VERSION "0.4.0git"
#define SCUMMVM_VER_MAJOR 0
#define SCUMMVM_VER_MINOR 4
#define SCUMMVM_VER_PATCH 0