Main Page | Class Hierarchy | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

VERSION.H

Go to the documentation of this file.
00001 //: version.h
00008 #ifndef XPS_VERSION_H
00009 #define XPS_VERSION_H
00010 
00011 /* Bump-up with each new version */
00012 #define xpsMAJOR_VERSION    0
00013 #define xpsMINOR_VERSION    09
00014 #define xpsRELEASE_NUMBER   0
00015 #define xpsVERSION_STRING "xps4xps V0.09"
00016 #define xpsVERSION_NUMBER (xpsMAJOR_VERSION * 1000) + (xpsMINOR_VERSION * 100) + xpsRELEASE_NUMBER
00017 #define xpsBETA_NUMBER      0
00018 #define xpsVERSION_FLOAT float(xpsMAJOR_VERSION + (xpsMINOR_VERSION/100.0) + (xpsRELEASE_NUMBER/1000.0))
00019 
00020 #endif /* XPS_VERSION_H */

Generated on Tue Dec 23 10:24:08 2003 for xps4xps by doxygen 1.3.5