equal
deleted
inserted
replaced
39 // Must be incremented with every base platform minor |
39 // Must be incremented with every base platform minor |
40 // 2.8 = 1 |
40 // 2.8 = 1 |
41 // 3.0 = 2 |
41 // 3.0 = 2 |
42 static const int gVersionMajor = 2; |
42 static const int gVersionMajor = 2; |
43 |
43 |
44 static const int gVersionMinor = 147; |
44 static const int gVersionMinor = 149; |
45 |
45 |
46 #if defined(__SERIES60_26__) |
46 #if defined(__SERIES60_26__) |
47 static const unsigned char gPlatformMajor = 2; |
47 static const unsigned char gPlatformMajor = 2; |
48 static const unsigned char gPlatformMinor = 6; |
48 static const unsigned char gPlatformMinor = 6; |
49 #elif defined(__SERIES60_27__) |
49 #elif defined(__SERIES60_27__) |