blah blah blah is here! blah blah » Close

1
votes
1 answers

Build Number

eeboy
499

This question is in the context of ANSI C. Is there a method to automate tracking of the build? I'd like to have access to the build number at runtime. As of now I have to manually edit a define statement like so: [code] #define BUILD_N ...

Feedback