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 blockprivate
): 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 linemurex-parser
: Runs the Murex parser against a block of codeThis 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 Nov 23 00:50:15 UTC 2024 against commit 69c17da69c17da3bd9db98ca508f6a03a402f074ee24cec.
Current version is 6.4.0375 (develop) which has been verified against tests cases.