The desktop application I'm working on is being developed in Adobe AIR + Flex + As3. Now I want to define the versionNumber parameter in the accompanying XML description file for the AIR application.
<versionNumber>1.0.0</versionNumber>
Is there a variable or property that I can use to access it? For example, in the "About" window, instead of manually editing the displayed version, I want him to rely on it.
source share