Update some more version numbers

These numbers are 'dynamic' (generated during a build), but they also are under 
version control, hence this weird update ;-)

Signed-off-by: Erik de Bruin <e...@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/7ceae401
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/7ceae401
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/7ceae401

Branch: refs/heads/develop
Commit: 7ceae401901f9480ec9b41136e6859991a8f93cd
Parents: 566d5cc
Author: Erik de Bruin <e...@ixsoftware.nl>
Authored: Mon Mar 9 11:53:06 2015 +0100
Committer: Erik de Bruin <e...@ixsoftware.nl>
Committed: Mon Mar 9 11:53:06 2015 +0100

----------------------------------------------------------------------
 flex-sdk-description.xml                |  4 ++--
 ide/flashbuilder/config/air-config.xml  | 20 ++++++++++----------
 ide/flashbuilder/config/flex-config.xml | 20 ++++++++++----------
 3 files changed, 22 insertions(+), 22 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/7ceae401/flex-sdk-description.xml
----------------------------------------------------------------------
diff --git a/flex-sdk-description.xml b/flex-sdk-description.xml
index 231303c..dd2db09 100644
--- a/flex-sdk-description.xml
+++ b/flex-sdk-description.xml
@@ -18,8 +18,8 @@
 
 -->
 <flex-sdk-description>
-<name>Apache Flex 4.14.0 FP11.1 AIR15.0 en_US</name>
-<version>4.14.0</version>
+<name>Apache Flex 4.14.1 FP11.1 AIR16.0 en_US</name>
+<version>4.14.1</version>
 <build>0</build>
 </flex-sdk-description>
         
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/7ceae401/ide/flashbuilder/config/air-config.xml
----------------------------------------------------------------------
diff --git a/ide/flashbuilder/config/air-config.xml 
b/ide/flashbuilder/config/air-config.xml
index 2887c63..d3b8963 100644
--- a/ide/flashbuilder/config/air-config.xml
+++ b/ide/flashbuilder/config/air-config.xml
@@ -353,7 +353,7 @@
       <!-- Framework SWC -->
        <runtime-shared-library-path>
                <path-element>libs/framework.swc</path-element>
-               <rsl-url>framework_4.14.0.0.swf</rsl-url>
+               <rsl-url>framework_4.14.1.0.swf</rsl-url>
        </runtime-shared-library-path>
          
          <!-- TextLayout SWC -->
@@ -363,37 +363,37 @@
     -->
     <runtime-shared-library-path>
                <path-element>libs/textLayout.swc</path-element>
-               <rsl-url>textLayout_4.14.0.0.swf</rsl-url>
+               <rsl-url>textLayout_4.14.1.0.swf</rsl-url>
        </runtime-shared-library-path>
     
       <!-- Spark SWC-->
        <runtime-shared-library-path>
                <path-element>libs/spark.swc</path-element>
-               <rsl-url>spark_4.14.0.0.swf</rsl-url>
+               <rsl-url>spark_4.14.1.0.swf</rsl-url>
        </runtime-shared-library-path>
        
       <!-- Sparkskins SWC-->
        <runtime-shared-library-path>
                <path-element>libs/sparkskins.swc</path-element>
-               <rsl-url>sparkskins_4.14.0.0.swf</rsl-url>
+               <rsl-url>sparkskins_4.14.1.0.swf</rsl-url>
        </runtime-shared-library-path>
         
          <!-- RPC SWC -->
        <runtime-shared-library-path>
                <path-element>libs/rpc.swc</path-element>
-               <rsl-url>rpc_4.14.0.0.swf</rsl-url>
+               <rsl-url>rpc_4.14.1.0.swf</rsl-url>
        </runtime-shared-library-path>
        
       <!-- Charts SWC -->
        <runtime-shared-library-path>
                <path-element>libs/charts.swc</path-element>
-               <rsl-url>charts_4.14.0.0.swf</rsl-url>
+               <rsl-url>charts_4.14.1.0.swf</rsl-url>
        </runtime-shared-library-path>
 
       <!-- Spark_dmv SWC -->
        <runtime-shared-library-path>
                <path-element>libs/spark_dmv.swc</path-element>
-               <rsl-url>spark_dmv_4.14.0.0.swf</rsl-url>
+               <rsl-url>spark_dmv_4.14.1.0.swf</rsl-url>
        </runtime-shared-library-path>
 
       <!-- OSMF SWC -->
@@ -403,19 +403,19 @@
     -->
     <runtime-shared-library-path>
                <path-element>libs/osmf.swc</path-element>
-               <rsl-url>osmf_4.14.0.0.swf</rsl-url>
+               <rsl-url>osmf_4.14.1.0.swf</rsl-url>
        </runtime-shared-library-path>
       
       <!-- MX SWC -->
        <runtime-shared-library-path>
                <path-element>libs/mx/mx.swc</path-element>
-               <rsl-url>mx_4.14.0.0.swf</rsl-url>
+               <rsl-url>mx_4.14.1.0.swf</rsl-url>
        </runtime-shared-library-path>
    
       <!-- Advancedgrids SWC -->
        <runtime-shared-library-path>
                <path-element>libs/advancedgrids.swc</path-element>
-               <rsl-url>advancedgrids_4.14.0.0.swf</rsl-url>
+               <rsl-url>advancedgrids_4.14.1.0.swf</rsl-url>
        </runtime-shared-library-path>
        
     <!-- static-link-runtime-shared-libraries: statically link the libraries 
specified by the -runtime-shared-libraries-path option.-->

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/7ceae401/ide/flashbuilder/config/flex-config.xml
----------------------------------------------------------------------
diff --git a/ide/flashbuilder/config/flex-config.xml 
b/ide/flashbuilder/config/flex-config.xml
index cb89647..3c56548 100644
--- a/ide/flashbuilder/config/flex-config.xml
+++ b/ide/flashbuilder/config/flex-config.xml
@@ -357,7 +357,7 @@
       <!-- Framework SWC -->
        <runtime-shared-library-path>
                <path-element>libs/framework.swc</path-element>
-               <rsl-url>framework_4.14.0.0.swf</rsl-url>
+               <rsl-url>framework_4.14.1.0.swf</rsl-url>
        </runtime-shared-library-path>
 
          <!-- TextLayout SWC -->
@@ -367,37 +367,37 @@
     -->
     <runtime-shared-library-path>
                <path-element>libs/textLayout.swc</path-element>
-               <rsl-url>textLayout_4.14.0.0.swf</rsl-url>
+               <rsl-url>textLayout_4.14.1.0.swf</rsl-url>
        </runtime-shared-library-path>
 
       <!-- Spark SWC-->
        <runtime-shared-library-path>
                <path-element>libs/spark.swc</path-element>
-               <rsl-url>spark_4.14.0.0.swf</rsl-url>
+               <rsl-url>spark_4.14.1.0.swf</rsl-url>
        </runtime-shared-library-path>
 
       <!-- Sparkskins SWC-->
        <runtime-shared-library-path>
                <path-element>libs/sparkskins.swc</path-element>
-               <rsl-url>sparkskins_4.14.0.0.swf</rsl-url>
+               <rsl-url>sparkskins_4.14.1.0.swf</rsl-url>
        </runtime-shared-library-path>
 
          <!-- RPC SWC -->
        <runtime-shared-library-path>
                <path-element>libs/rpc.swc</path-element>
-               <rsl-url>rpc_4.14.0.0.swf</rsl-url>
+               <rsl-url>rpc_4.14.1.0.swf</rsl-url>
        </runtime-shared-library-path>
 
       <!-- Charts SWC -->
        <runtime-shared-library-path>
                <path-element>libs/charts.swc</path-element>
-               <rsl-url>charts_4.14.0.0.swf</rsl-url>
+               <rsl-url>charts_4.14.1.0.swf</rsl-url>
        </runtime-shared-library-path>
 
       <!-- Spark_dmv SWC -->
        <runtime-shared-library-path>
                <path-element>libs/spark_dmv.swc</path-element>
-               <rsl-url>spark_dmv_4.14.0.0.swf</rsl-url>
+               <rsl-url>spark_dmv_4.14.1.0.swf</rsl-url>
        </runtime-shared-library-path>
 
       <!-- OSMF SWC -->
@@ -407,19 +407,19 @@
     -->
     <runtime-shared-library-path>
                <path-element>libs/osmf.swc</path-element>
-               <rsl-url>osmf_4.14.0.0.swf</rsl-url>
+               <rsl-url>osmf_4.14.1.0.swf</rsl-url>
        </runtime-shared-library-path>
 
       <!-- MX SWC -->
        <runtime-shared-library-path>
                <path-element>libs/mx/mx.swc</path-element>
-               <rsl-url>mx_4.14.0.0.swf</rsl-url>
+               <rsl-url>mx_4.14.1.0.swf</rsl-url>
        </runtime-shared-library-path>
 
       <!-- Advancedgrids SWC -->
        <runtime-shared-library-path>
                <path-element>libs/advancedgrids.swc</path-element>
-               <rsl-url>advancedgrids_4.14.0.0.swf</rsl-url>
+               <rsl-url>advancedgrids_4.14.1.0.swf</rsl-url>
        </runtime-shared-library-path>
 
        <!-- static-link-runtime-shared-libraries: statically link the 
libraries specified by the -runtime-shared-libraries-path option.-->

Reply via email to