Codebase list ruby-fxruby / 66287438-9f57-4620-9b78-9694240b2927/main fox-includes / fxver.h
66287438-9f57-4620-9b78-9694240b2927/main

Tree @66287438-9f57-4620-9b78-9694240b2927/main (Download .tar.gz)

fxver.h @66287438-9f57-4620-9b78-9694240b2927/mainraw · history · blame

#ifndef FXVER_H
#define FXVER_H


// FOX version
#define FOX_MAJOR  1
#define FOX_MINOR  6
#define FOX_LEVEL  0



// FOX byte order
#ifndef FOX_BIGENDIAN
#define FOX_BIGENDIAN 1
#endif


#endif