On Tue, 22 Mar 2005 15:23:56 +0100, Dirk Eismann
<[EMAIL PROTECTED]> wrote:

> The idea is to have a "About" box inside our app that shows the current build 
> number. Using a more general version number will be the workaround then.

Oh, you could just have a Version.as with something like the following:

  var revision:String = "$Revision$";

CVS automatically updates the value of $Revision$ when you check in
the file, IMHO.  Then you could just include Version.as in your
About.mxml and use the value of 'revision' there.

Manish


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to