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 #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__

Generated on Tue Nov 22 11:10:23 2005 for SyFi by  doxygen 1.4.4