string version::get-revision (
string version
)
Description
Get the revision part of a version string.
Parameters
Table 16. Parameters
Name |
Type |
Description |
version |
string |
A correctly formatted version string (major.minor.build.revision). |
Return Values
The revision part of the version string (the fourth number).