package
0.12.0
Repository: https://github.com/rbmk-project/rbmk.git
Documentation: pkg.go.dev

# 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 the GNUMakefile.

  • vX.Y.Z if using GNUMakefile to build a specific tag.

  • vX.Y.Z-<N>-g<SHA> if using GNUMakefile to build a commit not associated with a tag.

History

The rbmk version command was introduced in RBMK v0.5.0.