Returns the version of the runtime. The version contains the major, minor, build and revision numbers.
Example
fin.desktop.System.getVersion(function (version) {
console.log("The version is " + version);
});
Returns the version of the runtime. The version contains the major, minor, build and revision numbers.
fin.desktop.System.getVersion(function (version) {
console.log("The version is " + version);
});