version.h

Go to the documentation of this file.
00001 #ifndef VERSION_H
00002 #define VERSION_H
00003 
00004         //Date Version Types
00005         static const char DATE[] = "08";
00006         static const char MONTH[] = "12";
00007         static const char YEAR[] = "2007";
00008         static const double UBUNTU_VERSION_STYLE = 7.12;
00009         
00010         //Software Status
00011         static const char STATUS[] = "Beta";
00012         static const char STATUS_SHORT[] = "b";
00013         
00014         //Standard Version Type
00015         static const long MAJOR = 0;
00016         static const long MINOR = 2;
00017         static const long BUILD = 33;
00018         static const long REVISION = 145;
00019         
00020         //Miscellaneous Version Types
00021         static const long BUILDS_COUNT = 101;
00022         #define RC_FILEVERSION 0,2,33,145
00023         #define RC_FILEVERSION_STRING "0, 2, 33, 145\0"
00024         static const char FULLVERSION_STRING[] = "0.2.33.145";
00025         
00026 
00027 #endif //VERSION_h

Generated on Sat Dec 8 23:11:36 2007 for libCPIXE by  doxygen 1.5.4