SyFi  0.3
syfi_version.h
Go to the documentation of this file.
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__
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines