Updated Branches: refs/heads/develop cdaba1234 -> 0cd4a12c8
Make 4.12 the new version Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/0cd4a12c Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/0cd4a12c Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/0cd4a12c Branch: refs/heads/develop Commit: 0cd4a12c8ce23d4ab9dc5a8952fcc093536d7823 Parents: cdaba12 Author: Justin Mclean <[email protected]> Authored: Tue Oct 22 09:49:13 2013 +1100 Committer: Justin Mclean <[email protected]> Committed: Tue Oct 22 09:49:13 2013 +1100 ---------------------------------------------------------------------- .../projects/framework/src/mx/core/FlexVersion.as | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0cd4a12c/frameworks/projects/framework/src/mx/core/FlexVersion.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/framework/src/mx/core/FlexVersion.as b/frameworks/projects/framework/src/mx/core/FlexVersion.as index 1deca69..115ce9f 100644 --- a/frameworks/projects/framework/src/mx/core/FlexVersion.as +++ b/frameworks/projects/framework/src/mx/core/FlexVersion.as @@ -56,7 +56,21 @@ public class FlexVersion * @playerversion AIR 1.1 * @productversion Flex 3 */ - public static const CURRENT_VERSION:uint = 0x040B0000; + public static const CURRENT_VERSION:uint = 0x040C0000; + + /** + * The <code>compatibilityVersion</code> value of Flex 4.12, + * encoded numerically as a <code>uint</code>. + * Code can compare this constant against + * the <code>compatibilityVersion</code> + * to implement version-specific behavior. + * + * @langversion 3.0 + * @playerversion Flash 11 + * @playerversion AIR 3 + * @productversion Apache Flex 4.12 + */ + public static const VERSION_4_12:uint = 0x040C0000; /** * The <code>compatibilityVersion</code> value of Flex 4.11,
