SHTK_VERSION(3) BSD Library Functions Manual SHTK_VERSION(3)NAME
version — Utilities to check the running version of shtk
LIBRARY
shtk_import version
DESCRIPTION
The version module provides functions to check and enforce constraints on
the running version of shtk.
Due to the dynamic nature of shell scripts, the functions provided by
this module can be used to determine which modules and functions of shtk
can be used in the script. This is the reason why every manual page in
the shtk(3) collection is tagged with a HISTORY section describing in
which version each symbol first appeared.
ENVIRONMENT
The version module offers the following variables for public consumption:
SHTK_VERSION
The version number of the in-use shtk(3) libraries.
SEE ALSOshtk(3), shtk_version_at_least(3), shtk_version_at_most(3),
shtk_version_is(3)HISTORY
version first appeared in shtk 1.5.
BSD November 7, 2014 BSD