You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by Justin Mclean <ju...@classsoftware.com> on 2012/12/05 19:33:22 UTC

Flex version numbers

Hi,

I notice that the Flex version in build.release has already been updated to 4.9 in build.properties and FlexVersion.as (CURRENT_VERSION and VERSION_4_9) .

I assume these would need to be updated to 4.10 after we make a release and should be mentioned at part of the release process?

Thanks,
Justin

Re: Flex version numbers

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

> I updated the release guide with this information.
Thanks.

>  I had assumed the release numbers in the code would be updated for the next release right after a release.
I think that can still be the case.

> The release manager(s) will need to update this document further, maybe right after the release
I can do that.

Justin

Re: Flex version numbers

Posted by Carol Frampton <cf...@adobe.com>.

On 12/5/12 2 :16PM, "Alex Harui" <ah...@adobe.com> wrote:

>Can someone update the wiki with these instructions?

I updated the release guide with this information.  It was partially there
already since I had assumed the release numbers in the code would be
updated for the next release right after a release so they wouldn't need
updating for the release.  The release manager(s) will need to update this
document further, maybe right after the release, since it describes the
process of releasing from trunk and building an incubating kit.  It does
not describe branching from develop, etc.

Carol

>
>Thanks,
>-Alex
>
>
>On 12/5/12 10:48 AM, "Carol Frampton" <cf...@adobe.com> wrote:
>
>> 
>> 
>> 
>> On 12/5/12 1 :41PM, "Justin Mclean" <ju...@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
>> 
>
>-- 
>Alex Harui
>Flex SDK Team
>Adobe Systems, Inc.
>http://blogs.adobe.com/aharui
>


Re: Flex version numbers

Posted by Alex Harui <ah...@adobe.com>.
Can someone update the wiki with these instructions?

Thanks,
-Alex


On 12/5/12 10:48 AM, "Carol Frampton" <cf...@adobe.com> wrote:

> 
> 
> 
> On 12/5/12 1 :41PM, "Justin Mclean" <ju...@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
> 

-- 
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui


Re: Flex version numbers

Posted by Carol Frampton <cf...@adobe.com>.


On 12/5/12 1 :41PM, "Justin Mclean" <ju...@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


Re: Flex version numbers

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

Also Version.as (in mx.core) contains a VERSION constant currently set to "4.9.0.0".

Justin

Re: Flex version numbers

Posted by Carol Frampton <cf...@adobe.com>.
There is a script, build/set-version.xml which does it.  There are two
files which need to be edited by hand but it reminds you of this.  Also
the README needs to be updated.


Carol

On 12/5/12 1 :33PM, "Justin Mclean" <ju...@classsoftware.com> wrote:

>Hi,
>
>I notice that the Flex version in build.release has already been updated
>to 4.9 in build.properties and FlexVersion.as (CURRENT_VERSION and
>VERSION_4_9) .
>
>I assume these would need to be updated to 4.10 after we make a release
>and should be mentioned at part of the release process?
>
>Thanks,
>Justin