Functions | |
void | Print_Version (void) |
void Print_Version | ( | void | ) |
Prints out the version number of the HOOPS you're using.
This routine uses the standard error-reporting mechanism to print out a message that identifies the version number of the HOOPS release you are using, plus a copyright notice. There are four types of HOOPS releases. Version numbering is used to reflect the type of release.
A Major Release affects the first digit, e.g., 3.0 or 4.0.
A Minor Release affects the second digit, e.g., 3.0 to 3.1.
A Maintenance Release affects the third digit, e.g., 3.10 to 3.11.
A Tapeday Release affects the subversion, e.g., 3.11-16 to 3.11-17. The subversion is reset to 0 for Major, Minor, and Maintenance Releases.
Print_Version() only identifies information about optional HOOPS packages (e.g. I.M., Kanji) if the optional packages have been activated by the license option of Define_System_Options() .