Tool/software: Code Composer Studio
Customer wants to manage version automatically.
Now define a version number in CCS, and refer it to output it to file name as below.
But don't know how to refer it in code, for example below code doesn't work.
const UBYTE g_sFwVersion[10] = "$(APP_VERSION)";//
Is there anyway to implement it?

