How to view the patch version
How can I display the patch version?
The command Write $system.Version.GetPatchId()
doesn't show anything.
What other options are there?
Thanks.
Product version: IRIS 2024.1
$ZV: IRIS for Windows (x86-64) 2024.1.1 (Build 347_0_23701U) Tue Oct 8 2024 12:07:38 EDT
Discussion (2)2
Comments
It sounds like $SYSTEM.Version.Format() might get you what you need?
https://docs.intersystems.com/irisforhealthlatest/csp/documatic/%25CSP…
TRC>w $SYSTEM.Version.Format(5) 2024.1 (Build 262U)
Does $ZV not meet your needs? I see you used it for your post, and it includes the build version, too.