1 #ifndef FXVER_H
2 #define FXVER_H
3 
4 
5 // FOX version
6 #define FOX_MAJOR  1
7 #define FOX_MINOR  4
8 #define FOX_LEVEL  35
9 
10 
11 
12 // FOX byte order
13 #ifndef FOX_BIGENDIAN
14 #define FOX_BIGENDIAN 0
15 #endif
16 
17 
18 #endif
19