[Overview][Constants][Types][Variables][Index] Reference for unit 'LCLVersion' (#lcl)

lcl_minor

LCL minor version.

Declaration

Source position: lclversion.pas line 31

const lcl_minor = laz_minor;

Description

Given a version string like 2.2.4, the lcl_minor constant contains the second number (2).

Please note: Starting with LCL version 3.0, lcl_minor is incremented by 1 for each new release or fixes branch. For example: 3.0, 3.1, 3.2, etc. An even minor version number, like 3.0 or 3.2, represents a general availability release. An odd minor version number no longer indicates that it is a development (or trunk) version. Instead, an odd minor version number like 3.1 or 3.3 represents a fixes branch. For example: 3.1 would contain bug fixes for the 3.0 release and would be used as the basis for the 3.2 release. Development (or trunk) versions are always represented as minor version number 99; i.e. 3.99 is the development branch for the future 4.0 release. Also, selected commits from this branch are cherry picked to the 3.X family.


Version 3.2 Generated 2024-02-25 Home