Codebase list ruby-fxruby / 376a3755-d155-4ecf-9878-c5cc76703326/main fox-includes / fxver.h
376a3755-d155-4ecf-9878-c5cc76703326/main

Tree @376a3755-d155-4ecf-9878-c5cc76703326/main (Download .tar.gz)

fxver.h @376a3755-d155-4ecf-9878-c5cc76703326/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