Flash Player 11.7 no longer beta
Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/ddcb1e70 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/ddcb1e70 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/ddcb1e70 Branch: refs/heads/develop Commit: ddcb1e70a38bf51105590032b85889c5ce7e1b53 Parents: ddc2a0a Author: Justin Mclean <[email protected]> Authored: Wed Apr 10 12:15:55 2013 +1000 Committer: Justin Mclean <[email protected]> Committed: Wed Apr 10 12:15:55 2013 +1000 ---------------------------------------------------------------------- ide/setFlashPlayerVersion.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/ddcb1e70/ide/setFlashPlayerVersion.sh ---------------------------------------------------------------------- diff --git a/ide/setFlashPlayerVersion.sh b/ide/setFlashPlayerVersion.sh index 439c67a..c72f298 100755 --- a/ide/setFlashPlayerVersion.sh +++ b/ide/setFlashPlayerVersion.sh @@ -116,7 +116,7 @@ fi if [[ "${FLASH_VERSION}" != "10.2" && "${FLASH_VERSION}" != "10.3" && "${FLASH_VERSION}" != "11.0" && "${FLASH_VERSION}" != "11.1" && "${FLASH_VERSION}" != "11.2" && "${FLASH_VERSION}" != "11.3" && "${FLASH_VERSION}" != "11.4" && "${FLASH_VERSION}" != "11.5" && "${FLASH_VERSION}" != "11.6" && "${FLASH_VERSION}" != "11.7" ]] then - echo Unknown version ${FLASH_VERSION} of Flash Player. Versions 10.2, 10.3, 11.0, 11.1, 11.2, 11.3, 11.4, 11.5, 11.6 and 11.7 beta are supported. + echo Unknown version ${FLASH_VERSION} of Flash Player. Versions 10.2, 10.3, 11.0, 11.1, 11.2, 11.3, 11.4, 11.5, 11.6 and 11.7 are supported. exit 1; fi
