Print the program version
Usage:
optionPrintVersionAndReturn( opts, od );
Where the arguments are:
| Name | Type | Description | |
| —– | —– | ————- | |
| opts | tOptions * | program options descriptor | |
| od | tOptDesc * | the descriptor for this arg |
This routine will print the version to stdout and return
instead of exiting. Please see the source for the
print_ver funtion for details on selecting how
verbose to be after this function returns.