function
| Library: Utilities (OMUTIL legacy) Include: omutil.xin | Returns: The version and copyright information for the library. | 
define external stream function UTIL_LibraryVersion
This function returns the version and copyright information for the library.
Example:
; get the version info for this library include "omutil.xin" process output "Library version = " || UTIL_LibraryVersion || "%n"