skins/AknSkins/sdcinc/SDCGlobals.h
changeset 43 1951b3078691
parent 42 2398a337fa76
child 38 a10f447f38bd
equal deleted inserted replaced
42:2398a337fa76 43:1951b3078691
    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 = 140;
    44 static const int gVersionMinor = 143;
    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__)