xrootd
XrdVersion.hh
Go to the documentation of this file.
1 // this file is automatically updated by the genversion.sh script
2 // if you touch anything make sure that it still works
3 
4 #ifndef __XRD_VERSION_H__
5 #define __XRD_VERSION_H__
6 
7 #define XrdVERSION "v3.2.5"
8 
9 // Numeric representation of the version tag
10 // The format for the released code is: xyyzz, where: x is the major version,
11 // y is the minor version and zz is the bugfix revision number
12 // For the non-released code the value is 1000000
13 #define XrdVNUMBER 30205
14 
15 #if XrdDEBUG
16 #define XrdVSTRING XrdVERSION "_dbg"
17 #else
18 #define XrdVSTRING XrdVERSION
19 #endif
20 
21 #define XrdDEFAULTPORT 1094;
22 
23 #endif