This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Does CCS have some key word to define build data and time?

Hey, I have used __TIME__ and __DATE__ in my projects for making the firmware show exact compile time. Now that I have updated my CCS from 5.1 to 5.3 it throws an error "Symbol '__DATE__' could not be resolved ...Semantic Error". Same project could be compiled with CCS V5.1 withour errors. Anything changed?