Hi, > In the class FlexVersion, it has a property > called compatibilityVersionString. In Flex 4.6 the value is 4.6.0, in Flex > 4.10 the value is 4.16.0. I would have thought the value should be 4.10.0. > This looks like a bug.
It's a bug but probably has no effect. Nothing internally currently checks against VERSION_4_10 (which also have the same wrong value) or uses that method. Thanks for finding it. Justin