xrootd
|
00001 // this file is automatically updated by the genversion.sh script 00002 // if you touch anything make sure that it still works 00003 00004 #ifndef __XRD_VERSION_H__ 00005 #define __XRD_VERSION_H__ 00006 00007 #define XrdVERSION "v3.0.2" 00008 00009 #if XrdDEBUG 00010 #define XrdVSTRING XrdVERSION "_dbg" 00011 #else 00012 #define XrdVSTRING XrdVERSION 00013 #endif 00014 00015 #define XrdDEFAULTPORT 1094; 00016 00017 #endif