Subversion Repositories HomeAutomation

Rev

Rev 1310 | Rev 1322 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 1310 Rev 1319
Line 22... Line 22...
22
    //Miscellaneous Version Types
22
    //Miscellaneous Version Types
23
    static const long BUILDS_COUNT = 28;
23
    static const long BUILDS_COUNT = 28;
24
    #define RC_FILEVERSION 2,0,26,168
24
    #define RC_FILEVERSION 2,0,26,168
25
    #define RC_FILEVERSION_STRING "2, 0, 26, 168\0"
25
    #define RC_FILEVERSION_STRING "2, 0, 26, 168\0"
26
    static const char FULLVERSION_STRING[] = "2.0.26.168";
26
    static const char FULLVERSION_STRING[] = "2.0.26.168";
-
 
27
   
-
 
28
    //SVN Version
-
 
29
    static const char SVN_REVISION[] = "1310";
-
 
30
    static const char SVN_DATE[] = "2009-08-03T22:18:47.169739Z";
27
   
31
   
28
    //These values are to keep track of your versioning state, don't modify them.
32
    //These values are to keep track of your versioning state, don't modify them.
29
    static const long BUILD_HISTORY = 26;
33
    static const long BUILD_HISTORY = 0;
30
   
34
   
31
 
35
 
32
}
36
}
33
#endif //VERSION_h
37
#endif //VERSION_h