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:35 UTC

[25/50] git commit: [flex-sdk] [refs/heads/master] - Change part of the playerglobal example to 12.0

Change part of the playerglobal example to 12.0


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

Branch: refs/heads/master
Commit: dcdf0e80fe3115516e8a2f3e3229628ab1f9e8f7
Parents: 5648d88
Author: Mark Kessler <Ke...@gmail.com>
Authored: Wed Feb 26 17:26:54 2014 -0500
Committer: Mark Kessler <Ke...@gmail.com>
Committed: Wed Feb 26 17:26:54 2014 -0500

----------------------------------------------------------------------
 README | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/dcdf0e80/README
----------------------------------------------------------------------
diff --git a/README b/README
index 50bcb46..104158b 100644
--- a/README
+++ b/README
@@ -307,9 +307,9 @@ Adobe Flash Player Version Support
     Change the playerglobal.version in the build.properties file to have a value other
     than "11.1". For this change to take effect the SDK needs to be recompiled.
     For example to compile against the latest version of the Adobe Flash Player set
-    the value of playerglobal.version to be "11.8" like so:
+    the value of playerglobal.version to be "12.0" like so:
 
-        playerglobal.version = 11.8
+        playerglobal.version = 12.0
 
     OR