Statistics
| Branch: | Revision:

root / src / include / xseg / version.h.in @ 9f38e25a

History | View | Annotate | Download (237 Bytes)

1
#ifndef XSEG_VERSION_H
2

    
3
#define XSEG_VERSION_H
4

    
5
#define XSEG_MAJOR ((uint64_t)${MAJOR})
6
#define XSEG_MINOR ((uint64_t)${MINOR})
7

    
8
#define XSEG_VERSION ((uint64_t)((XSEG_MAJOR << 48) + (XSEG_MINOR << 16)) + 0)
9

    
10
#endif /* XSEG_VERSION_H */