[Overview][Constants][Index] |
LCL full version
Source position: lclversion.pas line 39
const lcl_fullversion = ((lcl_major * 100 + lcl_minor) * 100 + lcl_release) * 100 + lcl_patch; |
The lcl_fullversion constant contains all version numbers, formatted with 2 digits and conatenated (leading zeros are omitted).
For example, if the LCL version is 1.2.4.6, lcl_fullversion will be 1020406
lazarus-ccr.sourceforge.net |