Repository: flex-sdk Updated Branches: refs/heads/release4.14.0 4a4944a5c -> 1b1454fa6
Missed a '15' :-( Signed-off-by: Erik de Bruin <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/1b1454fa Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/1b1454fa Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/1b1454fa Branch: refs/heads/release4.14.0 Commit: 1b1454fa643db32c657dcc4b9882f40db6e47146 Parents: 4a4944a Author: Erik de Bruin <[email protected]> Authored: Sun Dec 14 13:57:27 2014 +0100 Committer: Erik de Bruin <[email protected]> Committed: Sun Dec 14 13:57:27 2014 +0100 ---------------------------------------------------------------------- mustella/jenkins.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/1b1454fa/mustella/jenkins.sh ---------------------------------------------------------------------- diff --git a/mustella/jenkins.sh b/mustella/jenkins.sh index 9d52a17..7757ac5 100755 --- a/mustella/jenkins.sh +++ b/mustella/jenkins.sh @@ -51,7 +51,7 @@ fi # 11.1 is the default version # 11.7 is a much used version? # 13 is the current "long term support" version -# 15 is the current 'beta' version +# 16 is the beta and/or current version # Note: the previous release and current beta versions of AIR are both '4', # so to make the distinction, the beta version is '4.01' on the VM if [ "$FLASH_VERSION" == "11.1" ] @@ -93,7 +93,7 @@ case "$FLASH_VERSION" in 13.0) export FLASHPLAYER_DEBUGGER="C:\\ApacheFlex\\dependencies\\FlashPlayer_Debug\\flashplayer13_0r0_214_win_sa_debug.exe" ;; - 15.0) + 16.0) export FLASHPLAYER_DEBUGGER="C:\\ApacheFlex\\dependencies\\FlashPlayer_Debug\\flashplayer_16_sa_debug.exe" ;; *)
