mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-31 07:53:36 +00:00
14 lines
268 B
C
14 lines
268 B
C
#ifndef INCLUDED_FROM_BASE_VERSION_CPP
|
|
#error This file may only be included by base/version.cpp
|
|
#endif
|
|
|
|
#ifdef RELEASE_BUILD
|
|
#undef SCUMMVM_REVISION
|
|
#endif
|
|
|
|
#ifndef SCUMMVM_REVISION
|
|
#define SCUMMVM_REVISION
|
|
#endif
|
|
|
|
#define SCUMMVM_VERSION "1.3.0git" SCUMMVM_REVISION
|