Crossfire Client, Branches  R11627
version.h
Go to the documentation of this file.
1 #include <svnversion.h>
2 
3 #ifdef SVN_REV
4 #define FULL_VERSION VERSION"-r"SVN_REV
5 #else
6 #define FULL_VERSION VERSION
7 #endif