On 12/5/12 1 :41PM, "Justin Mclean" <jus...@classsoftware.com> wrote:
>Hi,
>
>Also Version.as (in mx.core) contains a VERSION constant currently set to
>"4.9.0.0".
The script takes care of this and every other Version.as file in
frameworks.
<!--
Usage ant -f set-version.xml -Dmajor="4" -Dminor="9" [-Dnano="0"]
Run this to update the Apache Flex version numbers in
- build.properties
- modules/compiler/src/java/flex2/tools/VersionInfo.java
- all the frameworks Version.as files
You may need to **manually** update
-
modules/compiler/src/java/flex2/compiler/common/MxmlConfiguration.java
- frameworks/projects/framework/src/mx/core/FlexVersion.as.
-->
>
>Justin