2010-08-11 12:50:18 +00:00
|
|
|
#ifndef INCLUDED_FROM_BASE_VERSION_CPP
|
|
|
|
#error This file may only be included by base/version.cpp
|
|
|
|
#endif
|
|
|
|
|
2009-03-15 21:17:37 +00:00
|
|
|
#ifndef SCUMMVM_SVN_REVISION
|
2010-10-13 15:00:28 +00:00
|
|
|
#define SCUMMVM_SVN_REVISION ""
|
2009-03-15 21:17:37 +00:00
|
|
|
#endif
|
|
|
|
|
2010-06-24 22:33:49 +00:00
|
|
|
#ifdef RELEASE_BUILD
|
|
|
|
#undef SCUMMVM_SVN_REVISION
|
2010-06-24 22:55:24 +00:00
|
|
|
#define SCUMMVM_SVN_REVISION
|
2010-06-24 22:33:49 +00:00
|
|
|
#endif
|
|
|
|
|
2010-09-17 19:13:47 +00:00
|
|
|
#define SCUMMVM_VERSION "1.3.0svn" SCUMMVM_SVN_REVISION
|