Let me clarify.
@Carlos,
It's not a dependency issue, it's a matter of finding out what the SDK
version or build number of the SDK or any form of uniquely identifying
information about the SDK in code. So the apps we build using Flex we can just
get the Flex version by referencing mx.core.FlexVersion in code. Then in our
application logs when an app starts up we can see the message "Compiled with
SDK v4.16.0.". So it allows us to more easily troubleshoot issues later.
@Alex,
Yes that would be great to have any important versions in there. How about
we just keep it like a compile time constant / compiler "define" statement
that has the version built it?
-Mark K