Flex application versioning

Posted by Biroka on Stack Overflow See other posts from Stack Overflow or by Biroka
Published on 2010-04-09T06:24:39Z Indexed on 2010/04/09 8:23 UTC
Read the original article Hit count: 341

Filed under:
|
|

I'm not referring to CVS or SVN! The thing I would like to do is:

  • I want to have a version number of the application ex. 0.0.120
  • I want to see this version number only in the About box or similar
  • This version number should change everityme I hit debug or release. ex. my version was 0.0.120, after I hit debug in the FlexBuilder, the versionNumber should change to 0.0.121, but If I press Release Build, then the version should change to 0.1.0
  • The first number changes only when I manually change it

Don't know how is this possible but if you have a tip, let me know. Thanks!

© Stack Overflow or respective owner

Related posts about flex

Related posts about actionscript-3