Tutorial: system.getVersion

system.getVersion

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);
});