[Overview][Constants][Types][Variables][Index] |
LCL patch version.
Source position: lclversion.pas line 44
const lcl_patch = laz_patch; |
Given a complete version string like 2.2.0.1, the lcl_patch constant contains the last number (1). If there is no fourth number, for example when the version string is 2.2.0, then lcl_patch is 0.
lazarus-ccr.sourceforge.net |