Initial commit
This commit is contained in:
23
base/internal_version.h
Normal file
23
base/internal_version.h
Normal file
@@ -0,0 +1,23 @@
|
||||
#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 "2026.1.1git"
|
||||
|
||||
#define SCUMMVM_VER_MAJOR 2026
|
||||
#define SCUMMVM_VER_MINOR 1
|
||||
#define SCUMMVM_VER_PATCH 1
|
||||
Reference in New Issue
Block a user