![]() |
COMMENT_VERSION_NUMBER |
Previous | Program Comments | Next |
To include structured version information in the program, write
#define COMMENT_VERSION_NUMBER major, minor, revision, subrevisionat the top of your source code. If supported by the target format, this will include some or all of the numbers (which must be between 0 and 255) inside the program. Structured version information enables other programs such as shells to do version comparison and checks.