Module Mavryk_version_value.Bin_version

val version_string : Mavryk_version_parser.t -> string

version_string version returns the version string containing the abbreviated hash, committer date and the current version.

This string is suitable for binaries to show when e.g. a --version flag is given.

val simple_version_string : Mavryk_version_parser.t -> string

version_string version returns the version string containing only the current version and the abbreviated hash.

val mavkit_version_string : string

version_string applied to the Version of Mavkit.

val mavkit_simple_version_string : string

simple_version_string applied to the Version of Mavkit.

version_string applied to the Version of Etherlink.

simple_version_string applied to the Version of Etherlink.