00001 #ifndef __SYFI_VERSION_H__ 00002 #define __SYFI_VERSION_H__ 00003 00004 /* Major, minor, and micro version number of the SyFi library. */ 00005 #define SYFILIB_MAJOR_VERSION 0 00006 #define SYFILIB_MINOR_VERSION 1 00007 #define SYFILIB_MICRO_VERSION 0 00008 00009 namespace SyFi { 00010 00011 extern const int version_major; 00012 extern const int version_minor; 00013 extern const int version_micro; 00014 00015 } // namespace SyFi 00016 00017 #endif // ndef __SYFI_VERSION_H__