scummvm/base/internal_version.h

14 lines
273 B
C
Raw Normal View History

2011-04-11 15:40:01 +02:00
#ifndef INCLUDED_FROM_BASE_VERSION_CPP
#error This file may only be included by base/version.cpp
#endif
2011-04-14 12:41:26 +02:00
#ifdef RELEASE_BUILD
#undef RESIDUAL_REVISION
#endif
2011-04-14 12:41:26 +02:00
#ifndef RESIDUAL_REVISION
#define RESIDUAL_REVISION
2011-04-11 15:40:01 +02:00
#endif
2011-04-14 12:41:26 +02:00
#define RESIDUAL_VERSION "0.0.6git" RESIDUAL_REVISION