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 <[email protected]> Authored: Wed Feb 26 17:26:54 2014 -0500 Committer: Mark Kessler <[email protected]> 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
