scummvm/base/internal_version.h
Lothar Serra Mari c01ca21bdc
Some checks failed
CI / Windows (push) Has been cancelled
CI / Xcode (push) Has been cancelled
CI / Ubuntu (push) Has been cancelled
RELEASE: This is 2.6.2pre
2022-10-16 22:35:28 +02:00

23 lines
544 B
C

#if !defined(INCLUDED_FROM_BASE_VERSION_CPP) && !defined(RC_INVOKED)
#error This file may only be included by base/version.cpp or dists/scummvm.rc
#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.6.2pre"
#define SCUMMVM_VER_MAJOR 2
#define SCUMMVM_VER_MINOR 6
#define SCUMMVM_VER_PATCH 2