mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-02 15:16:46 +00:00
9efa316a61
svn-id: r52773
15 lines
313 B
C
15 lines
313 B
C
#ifndef INCLUDED_FROM_BASE_VERSION_CPP
|
|
#error This file may only be included by base/version.cpp
|
|
#endif
|
|
|
|
#ifndef SCUMMVM_SVN_REVISION
|
|
#define SCUMMVM_SVN_REVISION
|
|
#endif
|
|
|
|
#ifdef RELEASE_BUILD
|
|
#undef SCUMMVM_SVN_REVISION
|
|
#define SCUMMVM_SVN_REVISION
|
|
#endif
|
|
|
|
#define SCUMMVM_VERSION "1.3.0svn" SCUMMVM_SVN_REVISION
|