SyFi
0.3
|
00001 #ifndef __SYFI_VERSION_H__ 00002 #define __SYFI_VERSION_H__ 00003 00004 /* Major, minor, and micro version number of the SyFi library. */ 00005 int SYFILIB_MAJOR_VERSION = 1; 00006 int SYFILIB_MINOR_VERSION = 0; 00007 char SYFILIB_MICRO_VERSION[] = "0+"; 00008 00009 #endif // ndef __SYFI_VERSION_H__