idea: include Xojo version in crash reports

I had an idea today and put it in feedback case 38790. Maybe you have more ideas or comments?

I’d like to see in a crash report which Xojo version was used for the app.
I think that could be interesting for Xojo engineers, too.

this could be by renaming Xojo framework to have exact version, e.g. XojoFramework2014r2b5.framework

or rename on of the main functions in main thread:

29 de.monkeybreadsoftware.realbasic.examples.Notification 0x000c4561 REALbasic._RuntimeRun + 34
30 de.monkeybreadsoftware.realbasic.examples.Notification 0x00002c4d _Main + 257
31 de.monkeybreadsoftware.realbasic.examples.Notification 0x000025e8 main + 36
32 de.monkeybreadsoftware.realbasic.examples.Notification 0x0010f68d start + 53

e.g. rename _Main to _Main2014r2b5.