I am in the process of migrating from CCS v5.2 to v9.1.0. Why am I not going to v12? Well, that's a different discussion. i migrated two projects successfully, but one project updated CCS_MBS_VERSION and one did not. I can't find this variable anywhere in the project "Properties".
This was the old line in .cproject:
<listOptionValue builtIn = "false" value = "CCS_MBS_VERSION=5.1.0.01" / >
This is the new line in one of my new .cproject files:
<listOptionValue builtIn = "false" value = "CCS_MBS_VERSION=6.1.3" / >
I deleted these lines from my .cproject files, opened CSS and it added them back in. They were both added as 6.1.3, so for some reason, the auto-conversion of the one project missed updating to 6.1.3. It looks like this is needed, so I would still like to know what the option is used for.
Thank you!