As far as I know you can:
1) put into S0 record application file name + full path . You may change application file name from default Project.abs to something more useful in linker settings.
2) put to S0 record application file name, no path
3) turn off S0 record generation
If you need something else, I think you should use some additional tools.
You could try changing application name to something like myproject_ver9.9.9.
*.abs file name extension at the end seems to be not necessary. Debugger is able to load elf file even without file name extension.
If you change application name, then please don't forget *.map file name also will change. You should probably replace Project.map in Linker Files with new_application_name.map. Maybe there's an option to specify map file name, I don't know.