Codebase list ruby-fxruby / run/e8f0877b-8d1b-412d-893e-c71bb32ba5fc/upstream fox-includes / fxver.h
run/e8f0877b-8d1b-412d-893e-c71bb32ba5fc/upstream

Tree @run/e8f0877b-8d1b-412d-893e-c71bb32ba5fc/upstream (Download .tar.gz)

fxver.h @run/e8f0877b-8d1b-412d-893e-c71bb32ba5fc/upstreamraw · 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