You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by er...@apache.org on 2014/12/16 09:41:41 UTC

[19/21] git commit: [flex-sdk] [refs/heads/release4.14.0] - Missed a '15' :-(

Missed a '15' :-(

Signed-off-by: Erik de Bruin <er...@ixsoftware.nl>


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

Branch: refs/heads/release4.14.0
Commit: 40006f407ba27bd9d513dbfdb6e7215db4752c0e
Parents: 955cc73
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Sun Dec 14 13:57:27 2014 +0100
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Tue Dec 16 09:37:19 2014 +0100

----------------------------------------------------------------------
 mustella/jenkins.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/40006f40/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"
   ;;
   *)