Go to the documentation of this file.00001 #ifndef FXVER_H
00002 #define FXVER_H
00003
00004
00005
00006 #define FOX_MAJOR 1
00007 #define FOX_MINOR 6
00008 #define FOX_LEVEL 44
00009
00010
00011
00012
00013 #ifndef FOX_BIGENDIAN
00014 #define FOX_BIGENDIAN 0
00015 #endif
00016
00017
00018 #endif