skins/AknSkins/sdcinc/SDCGlobals.h
changeset 50 c6286dcf6040
parent 43 1951b3078691
child 45 6ef40bf8fd34
equal deleted inserted replaced
43:1951b3078691 50:c6286dcf6040
    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 = 143;
    44 static const int gVersionMinor = 145;
    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__)