|
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.1.1" 00008 00009 // Numeric representation of the version tag 00010 // The format for the released code is: xyyzz, where: x is the major version, 00011 // y is the minor version and zz is the bugfix revision number 00012 // For the non-released code the value is 1000000 00013 #define XrdVNUMBER 30101 00014 00015 #if XrdDEBUG 00016 #define XrdVSTRING XrdVERSION "_dbg" 00017 #else 00018 #define XrdVSTRING XrdVERSION 00019 #endif 00020 00021 #define XrdDEFAULTPORT 1094; 00022 00023 #endif
1.7.5