version
Get Murex version
Returns Murex version number
version [ flags ] -> <stdout>
» version
Murex: 6.3.0687 (863/job-control)
Built: 2024-09-04 19:43:47
License: GPL v2
Copyright: 2018-2024 Laurence Morgan
» version --no-app-name
6.3.0688 (863/job-control)
» version --short
6.3
--branch
The source code branch used in this build.
This will typically be master
--build-date
Date of last code generation. This usually
happens are part of the compilation process--copyright
Prints copyright holder(s)--license
Just print the license name--license-full
Prints the full license terms--no-app-name
Returns full version string minus app
name--sember
Returns the semver version number
(major.minor.Revision)--short
Returns only the major and minor version as a
num
data-typeversion
args
: Command line flag parser for Murex shell
scriptingsource
: Import Murex code from another file or code
blockmurex-parser
: Runs the Murex parser against a block of
codeprivate
: Define a private function blockfunction
: Define a function blockconfig
: Query or define Murex runtime settingsruntime
: Returns runtime information on the internal
state of Murexautocomplete
: Set definitions for tab-completion in the
command lineThis document was generated from builtins/core/management/version_doc.yaml.
This site's content is rebuilt automatically from murex's source code after each merge to the master
branch. Downloadable murex binaries are also built with the website.
Last built on Sat Aug 23 22:28:13 UTC 2025 against commit ad23f13ad23f131bfecd82ea8a12d9b3e92aab5d8398ae9.
Current version is 7.0.2129 (website) which has been verified against tests cases.