Crossfire Client, Branch  R11627
version.h
Go to the documentation of this file.
00001 #include <svnversion.h>
00002 
00003 #ifdef SVN_REV
00004 #define FULL_VERSION VERSION"-r"SVN_REV
00005 #else
00006 #define FULL_VERSION VERSION
00007 #endif