With LabVIEW 7.1 (in which you assign a version number to your executable's installer), there isn't really an easy way check this version that I know of. However, in LabVIEW 8.0 (in which you assign a version number directly to the executable), this version number is stored in the Windows file properties. This means all you have to do is right-click the executable in Windows and select Properties, and there is a version tab that displays the version you assigned to it. In fact, in Windows XP, all you have to do is hold your mouse over the executable and the version number is displayed in the quick reference window that pops up.
As far as getting at this information programmatically in order to make an custom "About" window, I am not aware of any way to do this. It is theoretically possible, because all you need to do is tap into the Windows API and get at the Windows file properties for the executable, but there aren't any examples on doing this and it may be difficult -- probably more so than just updating a label on a front panel for each new version. Hopefully, though, the right-click method of getting the executable's version number will be user-friendly enough for you. If anyone has any success with programmatically getting the new exectuable version number added in LabVIEW 8.0, I invite you to post!
Kind Regards,
E. Sulzer
Applications Engineer
National Instruments