This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Version number in output file name

I am using SES V4.18 with SDK 15.3.0.

In sdk_config.h, I have set APP_VERSION_MAJOR and APP_VERSION_MINOR etc...

Is it possible to add these numbers to the output file names? .hex, in particular

To clarify, rather than adding compiler preprocessor definitions, I would like to preserve the CMSIS Configurator compatibility.

Related