merge commit RCL_2_4
authortimkelly
Thu, 25 Feb 2010 15:41:07 -0600
branchRCL_2_4
changeset 1031 fffb59e2ff57
parent 1030 eb7c68bd438d (diff)
parent 1029 a85434c6dd79 (current diff)
child 1032 083e0a53ef29
merge commit
--- a/core/com.nokia.carbide.cpp.sdk.core/src/com/nokia/carbide/cpp/internal/sdk/core/model/SymbianSDK.java	Thu Feb 25 15:11:43 2010 -0600
+++ b/core/com.nokia.carbide.cpp.sdk.core/src/com/nokia/carbide/cpp/internal/sdk/core/model/SymbianSDK.java	Thu Feb 25 15:41:07 2010 -0600
@@ -1038,6 +1038,7 @@
 							
 							if (osVersionString.compareToIgnoreCase("tb92sf") == 0){
 								setOSVersion(new Version("9.5.0"));
+								setSDKVersion(new Version("5.2.0"));
 								break;
 							}