Expand/Shrink

cdVersion

Definition: include pGUI.e

string res = cdVersion()
--or--
string res = cdVersionDate()
--or--
integer res = cdVersionNumber()
Description: cdVersion returns the current version number of the library, eg "5.11.1"
cdVersionDate returns the release date of the current version of the library, eg "2017/07/01"
cdVersionNumber returns the current version number of the library, eg 511001
pwa/p2js: Not supported. Since pGUI.js is a manually hand-crafted replacement and does not use any form of IUP dll/so/code at all, cdVersion[Date|Number]() are not relevant and not supported, use a plain version() instead (if platform()=JS, that is).