[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Numeric version number for the Lazarus IDE.
Source position: lazversion.pas line 30
const laz_fullversion = ((laz_major * 100 + laz_minor) * (100) + laz_release) * (100) + laz_patch; |
For the Lazarus version number 2.3.0.42, the value in laz_fullversion is 2030042.
Added in revision 57504, and available since Lazarus 1.8.4.
Version 4.0 | Generated 2025-05-03 | Home |