set version in config file to 17.0 not 17.0b as some IDEs may check this

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

Branch: refs/heads/master
Commit: c395da0aded0f878ed5a9da0020a152f038fa5a3
Parents: 0af9167
Author: Justin Mclean <jmcl...@apache.org>
Authored: Fri Mar 20 09:54:30 2015 +1100
Committer: Justin Mclean <jmcl...@apache.org>
Committed: Fri Mar 20 09:54:30 2015 +1100

----------------------------------------------------------------------
 ide/addAIRtoSDK.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/c395da0a/ide/addAIRtoSDK.sh
----------------------------------------------------------------------
diff --git a/ide/addAIRtoSDK.sh b/ide/addAIRtoSDK.sh
index 013f218..4519333 100755
--- a/ide/addAIRtoSDK.sh
+++ b/ide/addAIRtoSDK.sh
@@ -165,7 +165,7 @@ do
        # 17.0 beta needs FP 17 and swf version 28
        if [ ${AIR_VERSION} = "17.0b" ]
        then
-               updatePlayerVersion 17.0b "${configFile}"
+               updatePlayerVersion 17.0 "${configFile}"
                updateSWFVersion 28 "${configFile}"
        fi      
        

Reply via email to