Codebase list ruby-fxruby / ddfc60e fox-includes / fxver.h
ddfc60e

Tree @ddfc60e (Download .tar.gz)

fxver.h @ddfc60eraw · 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