version.h

Aller à la documentation de ce fichier.
00001 #ifndef VERSION_H
00002 #define VERSION_H
00003 
00004 namespace AutoVersion{
00005     
00006     //Date Version Types
00007     static const char DATE[] = "14";
00008     static const char MONTH[] = "11";
00009     static const char YEAR[] = "2009";
00010     static const char UBUNTU_VERSION_STYLE[] = "9.11";
00011     
00012     //Software Status
00013     static const char STATUS[] = "Beta";
00014     static const char STATUS_SHORT[] = "b";
00015     
00016     //Standard Version Type
00017     static const long MAJOR = 0;
00018     static const long MINOR = 0;
00019     static const long BUILD = 21;
00020     static const long REVISION = 98;
00021     
00022     //Miscellaneous Version Types
00023     static const long BUILDS_COUNT = 36;
00024     #define RC_FILEVERSION 0,0,21,98
00025     #define RC_FILEVERSION_STRING "0, 0, 21, 98\0"
00026     static const char FULLVERSION_STRING[] = "0.0.21.98";
00027     
00028     //SVN Version
00029     static const char SVN_REVISION[] = "25";
00030     static const char SVN_DATE[] = "2009-10-30T00:23:07.546875Z";
00031     
00032     //These values are to keep track of your versioning state, don't modify them.
00033     static const long BUILD_HISTORY = 20;
00034     
00035 
00036 }
00037 #endif //VERSION_H

Généré le Sun Nov 15 16:53:06 2009 pour PFen par  doxygen 1.6.1