package octez-version

  1. Overview
  2. Docs
val version_string : Tezos_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 : Tezos_version_parser.t -> string

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

val octez_version_string : string

version_string applied to the Version of Octez.

val octez_simple_version_string : string

simple_version_string applied to the Version of Octez.

version_string applied to the Version of Etherlink.

simple_version_string applied to the Version of Etherlink.

OCaml

Innovation. Community. Security.