when specifying version information in the "Project settings" dialog and saving the application file as APT, the version information seens to be stored inside the DT_MAKERUNDLG data area.
I have some ideas here:
1. Make the version information part of the outline (maybe near the head area) so it's possible to edit it without having to open a dialog.
2. This in turn will lead to remove the information out of the DT_MAKERUNDLG area, so it will be "readable" by text based reporting applications. (Whatever this may mean.

3. Make the version information accessible from inside the application, so it will be possible to define the application version on one place, and still display it inside an "About ..." dialog. (For example: Call SalSetWindowText( dfnVersionNumber, Application.Version ) )
Max