votes
Build Number
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 ...
