Return-Path: X-Original-To: apmail-flex-commits-archive@www.apache.org Delivered-To: apmail-flex-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E8FEECD8A for ; Mon, 23 Sep 2013 06:25:44 +0000 (UTC) Received: (qmail 66361 invoked by uid 500); 23 Sep 2013 06:25:44 -0000 Delivered-To: apmail-flex-commits-archive@flex.apache.org Received: (qmail 66182 invoked by uid 500); 23 Sep 2013 06:25:43 -0000 Mailing-List: contact commits-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list commits@flex.apache.org Received: (qmail 66162 invoked by uid 99); 23 Sep 2013 06:25:42 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Sep 2013 06:25:42 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id E89C58B0D29; Mon, 23 Sep 2013 06:25:41 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jmclean@apache.org To: commits@flex.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: [flex-sdk] [refs/heads/develop] - Fix internal version numbers Date: Mon, 23 Sep 2013 06:25:41 +0000 (UTC) Updated Branches: refs/heads/develop d8fdfb53a -> b32da1e51 Fix internal version numbers Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/b32da1e5 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/b32da1e5 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/b32da1e5 Branch: refs/heads/develop Commit: b32da1e516fe5738f2e99cd2263f26150e410907 Parents: d8fdfb5 Author: Justin Mclean Authored: Mon Sep 23 16:25:10 2013 +1000 Committer: Justin Mclean Committed: Mon Sep 23 16:25:10 2013 +1000 ---------------------------------------------------------------------- frameworks/projects/framework/src/mx/core/FlexVersion.as | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/b32da1e5/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 33fa5a5..1deca69 100644 --- a/frameworks/projects/framework/src/mx/core/FlexVersion.as +++ b/frameworks/projects/framework/src/mx/core/FlexVersion.as @@ -56,7 +56,7 @@ public class FlexVersion * @playerversion AIR 1.1 * @productversion Flex 3 */ - public static const CURRENT_VERSION:uint = 0x04110000; + public static const CURRENT_VERSION:uint = 0x040B0000; /** * The compatibilityVersion value of Flex 4.11, @@ -70,7 +70,7 @@ public class FlexVersion * @playerversion AIR 3 * @productversion Apache Flex 4.11 */ - public static const VERSION_4_11:uint = 0x04110000; + public static const VERSION_4_11:uint = 0x040B0000; /** * The compatibilityVersion value of Flex 4.10, @@ -84,7 +84,7 @@ public class FlexVersion * @playerversion AIR 3 * @productversion Apache Flex 4.10 */ - public static const VERSION_4_10:uint = 0x04100000; + public static const VERSION_4_10:uint = 0x040A0000; /** * The compatibilityVersion value of Flex 4.9,