You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2013/05/10 07:16:24 UTC

git commit: [flex-sdk] [refs/heads/develop] - Changed current version to 4.10 from 4.9

Updated Branches:
  refs/heads/develop 7e30183fe -> d7a7b4f29


Changed current version to 4.10 from 4.9


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/d7a7b4f2
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/d7a7b4f2
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/d7a7b4f2

Branch: refs/heads/develop
Commit: d7a7b4f29d646c7cd18a002652b5e6e317874321
Parents: 7e30183
Author: Justin Mclean <jm...@apache.org>
Authored: Fri May 10 15:16:05 2013 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Fri May 10 15:16:05 2013 +1000

----------------------------------------------------------------------
 .../projects/framework/src/mx/core/FlexVersion.as  |   18 +++++++++++++-
 1 files changed, 16 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/d7a7b4f2/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 a6f5a41..69a5da9 100644
--- a/frameworks/projects/framework/src/mx/core/FlexVersion.as
+++ b/frameworks/projects/framework/src/mx/core/FlexVersion.as
@@ -56,8 +56,22 @@ public class FlexVersion
      *  @playerversion AIR 1.1
      *  @productversion Flex 3
      */
-    public static const CURRENT_VERSION:uint = 0x04090000;
-
+    public static const CURRENT_VERSION:uint = 0x04100000;
+
+	/** 
+	 *  The <code>compatibilityVersion</code> value of Flex 4.10,
+	 *  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.10
+	 */
+	public static const VERSION_4_10:uint = 0x04100000;
+	
     /** 
      *  The <code>compatibilityVersion</code> value of Flex 4.9,
      *  encoded numerically as a <code>uint</code>.