Page 1 of 1

[NXC]Compiler version constants?

Posted: 14 Apr 2011, 06:10
by timpattinson
Is there a constant to show the current compiler version ?
eg.

Code: Select all

#define COMPILER_VERSION 1.2.1
#define COMPILER_REVISION 4
Thanks,
-Tim

EDIT: this is the 306th topic in Software
(missed it by that much)
EDIT EDIT
306th inclunding pinned topics
302nd normal topic

Re: [NXC]Compiler version constants?

Posted: 14 Apr 2011, 17:30
by afanofosc
Currently I do not have these kind of preprocessor macros defined. __ENHANCED_FIRMWARE and __FIRMWARE_VERSION are both available but that is all right now.

John Hansen