WIN32: Retrieve the version information for the resource script from base/internal_version.h
This commit is contained in:
parent
cf1d0354fe
commit
8c6f9e5116
6 changed files with 26 additions and 132 deletions
|
@ -1,5 +1,5 @@
|
|||
#ifndef INCLUDED_FROM_BASE_VERSION_CPP
|
||||
#error This file may only be included by base/version.cpp
|
||||
#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
|
||||
|
@ -16,4 +16,8 @@
|
|||
#define SCUMMVM_REVISION
|
||||
#endif
|
||||
|
||||
#define SCUMMVM_VERSION "2.1.0git" SCUMMVM_REVISION
|
||||
#define SCUMMVM_VERSION "2.1.0git"
|
||||
|
||||
#define SCUMMVM_VER_MAJOR 2
|
||||
#define SCUMMVM_VER_MINOR 1
|
||||
#define SCUMMVM_VER_PATCH 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue