Skip to content

Commit d474c80

Browse files
Update version to 4.16.1
1 parent 0f96a26 commit d474c80

File tree

21 files changed

+22
-22
lines changed

21 files changed

+22
-22
lines changed

build.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
################################################################################
1919

2020
# flex-sdk-description values
21-
release = Apache Flex 4.16.0
22-
release.version = 4.16.0
21+
release = Apache Flex 4.16.1
22+
release.version = 4.16.1
2323

2424
# override on command line with -Dbuild.number=999 or in local.properties
2525
build.number = 0

frameworks/projects/advancedgrids/src/mx/core/Version.as

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ import mx.core.mx_internal;
2323
* @private
2424
* Version string for this class.
2525
*/
26-
mx_internal static const VERSION:String = "4.16.0.0";
26+
mx_internal static const VERSION:String = "4.16.1.0";

frameworks/projects/airframework/src/mx/core/Version.as

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ import mx.core.mx_internal;
2323
* @private
2424
* Version string for this class.
2525
*/
26-
mx_internal static const VERSION:String = "4.16.0.0";
26+
mx_internal static const VERSION:String = "4.16.1.0";

frameworks/projects/airspark/src/spark/core/Version.as

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ import mx.core.mx_internal;
2323
* @private
2424
* Version string for this class.
2525
*/
26-
mx_internal static const VERSION:String = "4.16.0.0";
26+
mx_internal static const VERSION:String = "4.16.1.0";

frameworks/projects/apache/src/core/Version.as

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ import mx.core.mx_internal;
2323
* @private
2424
* Version string for this class.
2525
*/
26-
mx_internal static const VERSION:String = "4.16.0.0";
26+
mx_internal static const VERSION:String = "4.16.1.0";

frameworks/projects/automation/src/mx/core/Version.as

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ import mx.core.mx_internal;
2323
* @private
2424
* Version string for this class.
2525
*/
26-
mx_internal static const VERSION:String = "4.16.0.0";
26+
mx_internal static const VERSION:String = "4.16.1.0";

frameworks/projects/automation_agent/src/mx/core/Version.as

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ import mx.core.mx_internal;
2323
* @private
2424
* Version string for this class.
2525
*/
26-
mx_internal static const VERSION:String = "4.16.0.0";
26+
mx_internal static const VERSION:String = "4.16.1.0";

frameworks/projects/automation_air/src/mx/core/Version.as

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ import mx.core.mx_internal;
2323
* @private
2424
* Version string for this class.
2525
*/
26-
mx_internal static const VERSION:String = "4.16.0.0";
26+
mx_internal static const VERSION:String = "4.16.1.0";

frameworks/projects/automation_dmv/src/mx/core/Version.as

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ import mx.core.mx_internal;
2323
* @private
2424
* Version string for this class.
2525
*/
26-
mx_internal static const VERSION:String = "4.16.0.0";
26+
mx_internal static const VERSION:String = "4.16.1.0";

frameworks/projects/automation_flashflexkit/src/mx/core/Version.as

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ import mx.core.mx_internal;
2424
* @private
2525
* Version string for this class.
2626
*/
27-
mx_internal static const VERSION:String = "4.16.0.0";
27+
mx_internal static const VERSION:String = "4.16.1.0";

0 commit comments

Comments
 (0)