if you find the local documentation hard to search for this kind of simple question don't forget the documentation is on line and google accessible. Entering
site:docs.intersystems.com version
into google so you only search the intersystems documentation gives you a good set of hits.
Please make sure to mark a response as an accepted answer once you are all set - it makes it helpful for others looking for an answer and prevents the 'unanswered' list from including things which have been resolved.
Documentation.
Also note, that $SYSTEM.Version class provides several utility methods to get some part of version and so on.
w $system.Version.GetNumber() will get you just the version number string
if you find the local documentation hard to search for this kind of simple question don't forget the documentation is on line and google accessible. Entering
site:docs.intersystems.com version
into google so you only search the intersystems documentation gives you a good set of hits.
Please make sure to mark a response as an accepted answer once you are all set - it makes it helpful for others looking for an answer and prevents the 'unanswered' list from including things which have been resolved.
Thanks!