Contains constants which identify the version numbers for the Lazarus IDE installed on the local system.

Values in the unit are used as the basis for corresponding LCL version numbers in the lclversion.pas unit.

Major version number for the Lazarus IDE. For the Lazarus version number 2.3.0.42, the value in laz_major is 2. Added in revision 57504, and available since Lazarus 1.8.4. Minor version number for the Lazarus IDE. For the Lazarus version number 2.3.0.42, the value in laz_minor is 3. Added in revision 57504, and available since Lazarus 1.8.4. Release number for the Lazarus IDE. For the Lazarus version number 2.3.0.42, the value in laz_release is 0. Added in revision 57504, and available since Lazarus 1.8.4. Patch level for the Lazarus IDE. For the Lazarus version number 2.3.0.42, the value in laz_patch is 42. Added in revision 57504, and available since Lazarus 1.8.4. Numeric version number for the Lazarus IDE. 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. String with the full version number for the Lazarus IDE. For the Lazarus version number 2.3.0.42, the value in laz_version is '2.3.0.42'. Added in revision 57504, and available since Lazarus 1.8.4.