#ifndef _KERNEL_LIBKERN_VERSION_H #define _KERNEL_LIBKERN_VERSION_H #define OSTYPE "opuntiaOS" #define OSRELEASE "1.0.0-dev" #define VERSION_MAJOR 1 #define VERSION_MINOR 0 #define VERSION_REVISION 0 #define VERSION_VARIANT "0" #ifdef __i386__ #define MACHINE "x86" #elif __arm__ #define MACHINE "arm" #endif #endif // _KERNEL_LIBKERN_VERSION_H