skins/AknSkins/sdcinc/SDCGlobals.h
branchRCL_3
changeset 63 9ad3127c7f4d
parent 58 a2f9480e2280
child 78 0b86c25b743a
equal deleted inserted replaced
58:a2f9480e2280 63:9ad3127c7f4d
    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 = 153;
    44 static const int gVersionMinor = 155;
    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__)