Crossfire Server, Branches 1.12  R18729
version.h
Go to the documentation of this file.
1 #include <svnversion.h> /* Automatically created at build time.*/
2 
3 #ifdef SVN_REV
4 #define FULL_VERSION VERSION"-r"SVN_REV
5 #else
6 #define FULL_VERSION VERSION
7 #endif