Get Application Version?

Is there any way to get an application’s version number?

If the app supports it, this should work.

tell application "Safari" to set v to version

– Rob

great. thanks! i was going through a long process of finding the file and getting info from there. this is much faster.