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 2014/03/07 02:05:25 UTC

[15/50] git commit: [flex-sdk] [refs/heads/master] - Flash Player 13 is swf version 24

Flash Player 13 is swf version 24


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

Branch: refs/heads/master
Commit: 74be0b3418be9aade4a2b53895a7e32f2434fe2c
Parents: 203a3ed
Author: Justin Mclean <jm...@apache.org>
Authored: Tue Feb 25 12:29:39 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Tue Feb 25 12:29:39 2014 +1100

----------------------------------------------------------------------
 frameworks/build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/74be0b34/frameworks/build.xml
----------------------------------------------------------------------
diff --git a/frameworks/build.xml b/frameworks/build.xml
index 18fa0eb..d71defd 100644
--- a/frameworks/build.xml
+++ b/frameworks/build.xml
@@ -198,7 +198,7 @@
 		<condition property="playerglobal.swfversion" value="23">
 			<equals arg1="${playerglobal.version}" arg2="12.0" />
 		</condition>
-		<condition property="playerglobal.swfversion" value="23">
+		<condition property="playerglobal.swfversion" value="24">
 			<equals arg1="${playerglobal.version}" arg2="13.0" />
 		</condition>
 	</target>