scummvm/base/internal_version.h
Max Horn 043f2db0c7 BASE: Add SVN_REVISION placehold to internal_version.h.in
Our tools/update-version.pl script always keeps this empty.
But it will make integration of the create_project patch smoother.

svn-id: r53427
2010-10-13 15:00:28 +00:00

15 lines
316 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