I would like to have variable that holds time and date of build.
I have few classes and __TIMESTAMP__ is updated only if code is changed (class where __TIMESTAMP__ is ).
__TIME__, __DATE__, and __TIMESTAMP__ are updated when main() source file is changed.
If you have macro in some other class, then it is updated only if that class (source code) is changed and rebuild.
I need some sort of global variable.