Subversion Repositories HomeAutomation

Rev

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

Rev 1323 Rev 1326
Line 13... Line 13...
13
    static const char STATUS[] = "Alpha";
13
    static const char STATUS[] = "Alpha";
14
    static const char STATUS_SHORT[] = "a";
14
    static const char STATUS_SHORT[] = "a";
15
   
15
   
16
    //Standard Version Type
16
    //Standard Version Type
17
    static const long MAJOR = 2;
17
    static const long MAJOR = 2;
18
    static const long MINOR = 0;
18
    static const long MINOR = 1;
19
    static const long BUILD = 88;
19
    static const long BUILD = 129;
20
    static const long REVISION = 512;
20
    static const long REVISION = 727;
21
   
21
   
22
    //Miscellaneous Version Types
22
    //Miscellaneous Version Types
23
    static const long BUILDS_COUNT = 104;
23
    static const long BUILDS_COUNT = 170;
24
    #define RC_FILEVERSION 2,0,88,512
24
    #define RC_FILEVERSION 2,1,129,727
25
    #define RC_FILEVERSION_STRING "2, 0, 88, 512\0"
25
    #define RC_FILEVERSION_STRING "2, 1, 129, 727\0"
26
    static const char FULLVERSION_STRING[] = "2.0.88.512";
26
    static const char FULLVERSION_STRING[] = "2.1.129.727";
27
   
27
   
28
    //SVN Version
28
    //SVN Version
29
    static const char SVN_REVISION[] = "1310";
29
    static const char SVN_REVISION[] = "1310";
30
    static const char SVN_DATE[] = "2009-08-03T22:18:47.169739Z";
30
    static const char SVN_DATE[] = "2009-08-03T22:18:47.169739Z";
31
   
31
   
32
    //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.
33
    static const long BUILD_HISTORY = 62;
33
    static const long BUILD_HISTORY = 3;
34
   
34
   
35
 
35
 
36
}
36
}
37
#endif //VERSION_h
37
#endif //VERSION_h