mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-27 11:20:40 +00:00
SCUMM HE: Remove gScummVMVersionLite which is no longer needed
This commit is contained in:
parent
4636a90a8d
commit
6c45026b53
@ -55,7 +55,6 @@
|
||||
* to properly work in exports (i.e. release tar balls etc.).
|
||||
*/
|
||||
const char gScummVMVersion[] = SCUMMVM_VERSION SCUMMVM_REVISION;
|
||||
const char gScummVMVersionLite[] = SCUMMVM_VERSION;
|
||||
#if defined(__amigaos4__) || defined(__MORPHOS__)
|
||||
static const char *version_cookie __attribute__((used)) = "$VER: ScummVM " SCUMMVM_VERSION SCUMMVM_REVISION " (" AMIGA_DATE ")";
|
||||
#endif
|
||||
|
@ -23,7 +23,6 @@
|
||||
#define BASE_VERSION_H
|
||||
|
||||
extern const char gScummVMVersion[]; // e.g. "0.4.1"
|
||||
extern const char gScummVMVersionLite[]; // e.g. "0.4.1" (without version control revisions)
|
||||
extern const char gScummVMBuildDate[]; // e.g. "2003-06-24"
|
||||
extern const char gScummVMVersionDate[]; // e.g. "0.4.1 (2003-06-24)"
|
||||
extern const char gScummVMCompiler[]; // e.g. "GCC 11.2.0"
|
||||
|
Loading…
Reference in New Issue
Block a user