# README
rbmk version - Print Version Information
Usage
rbmk version
Description
Prints on the stdout version information. We add version information
when compiling rbmk
using the GNUmakefile
makefile.
Possible values for the version information are:
-
dev
if we did not compile using theGNUMakefile
. -
vX.Y.Z
if usingGNUMakefile
to build a specific tag. -
vX.Y.Z-<N>-g<SHA>
if usingGNUMakefile
to build a commit not associated with a tag.
History
The rbmk version
command was introduced in RBMK v0.5.0.