mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-27 05:32:45 +00:00
15 lines
319 B
C
15 lines
319 B
C
#ifndef INCLUDED_FROM_BASE_VERSION_CPP
|
|
#error This file may only be included by base/version.cpp
|
|
#endif
|
|
|
|
#ifndef RESIDUAL_SVN_REVISION
|
|
#define RESIDUAL_SVN_REVISION
|
|
#endif
|
|
|
|
#ifdef RELEASE_BUILD
|
|
#undef RESIDUAL_SVN_REVISION
|
|
#define RESIDUAL_SVN_REVISION
|
|
#endif
|
|
|
|
#define RESIDUAL_VERSION "0.0.6svn" RESIDUAL_SVN_REVISION
|