COMMENT_VERSION_STRING

Previous Program Comments Next

To include user-visible version information in the program, write

#define COMMENT_VERSION_STRING "version"
at the top of your source code. If supported by the target format, this will include the text inside the quotes as a version string. It can have an arbitrary format, but it should be recognizable as a program version, for example major.minor.


See also: COMMENT_VERSION_NUMBER