mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
ff33acb132
svn-id: r50249
11 lines
209 B
C
11 lines
209 B
C
#ifndef SCUMMVM_SVN_REVISION
|
|
#define SCUMMVM_SVN_REVISION
|
|
#endif
|
|
|
|
#ifdef RELEASE_BUILD
|
|
#undef SCUMMVM_SVN_REVISION
|
|
#define SCUMMVM_SVN_REVISION
|
|
#endif
|
|
|
|
#define SCUMMVM_VERSION "@VERSION@" SCUMMVM_SVN_REVISION
|