Crossfire Server, Branch 1.12  R12190
version.h
Go to the documentation of this file.
00001 #include <svnversion.h>  /* Automatically created at build time.*/
00002 
00003 #ifdef SVN_REV
00004 #define FULL_VERSION VERSION"-r"SVN_REV
00005 #else
00006 #define FULL_VERSION VERSION
00007 #endif