version

version — gets the version number of the Cascade Historian.

Syntax

(version)
    

Parameters

None.

Returns

The version and build numbers, in this format:

(version  "vm.vn build number">

where "m" is the major version number and "n" is the minor version number.

Description

This command is similar to using the -V option on the histdb command line at the shell prompt, but it lets you check the version number while the Cascade Historian is running.

This command corresponds to the Cogent C API function HI_Version and the hist_version dynamic library function.

Example

Hist> (version)
(version "Cascade Historian Version 4.1 Build 54 at Aug 27 2002 16:52:05")