skins/AknSkins/sdcinc/SDCGlobals.h
branchCompilerCompatibility
changeset 31 8ce2574a29f0
parent 26 800e0f20cfe9
child 33 e2effe28d8cc
equal deleted inserted replaced
28:d3827341b1a0 31:8ce2574a29f0
    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 = 139;
    44 static const int gVersionMinor = 140;
    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__)