[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Minor version number for the Lazarus IDE.
Source position: lazversion.pas line 27
const laz_minor = 0; |
For the Lazarus version number 2.3.0.42, the value in laz_minor is 3.
Please note: Starting with Lazarus version 3.0, laz_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.
Added in revision 57504, and available since Lazarus 1.8.4.
Usage context modified in Lazarus version 3.0.
Version 4.0 | Generated 2025-05-03 | Home |