lazarus/docs/xml/lazutils/lazversion.xml
dsiders 78aa444a26 Docs: LazUtils/various. Updates topic formatting.
* Removes whitespace used to indent content.
* Wraps text at 80 characters and adds EOL for wrapped lines.
2022-08-11 02:47:56 +01:00

96 lines
2.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<fpdoc-descriptions>
<package name="lazutils">
<!--
======================================================================
LazVersion
======================================================================
-->
<module name="LazVersion">
<short>
Contains constants which identify the version numbers for the Lazarus IDE
installed on the local system.
</short>
<descr>
<p>
Values in the unit are used as the basis for corresponding LCL version
numbers in the <file>lclversion.pas</file> unit.
</p>
<p>
This file is part of the <file>lazutils</file> package.
</p>
</descr>
<element name="laz_major">
<short>Major version number for the Lazarus IDE.</short>
<descr>
For the Lazarus version number 2.3.0.42, the value in laz_major is 2.
</descr>
<seealso/>
<version>
Added in revision 57504, and available since Lazarus 1.8.4.
</version>
</element>
<element name="laz_minor">
<short>Minor version number for the Lazarus IDE.</short>
<descr>
For the Lazarus version number 2.3.0.42, the value in laz_minor is 3.
</descr>
<seealso/>
<version>
Added in revision 57504, and available since Lazarus 1.8.4.
</version>
</element>
<element name="laz_release">
<short>Release number for the Lazarus IDE.</short>
<descr>
For the Lazarus version number 2.3.0.42, the value in laz_release is 0.
</descr>
<seealso/>
<version>
Added in revision 57504, and available since Lazarus 1.8.4.
</version>
</element>
<element name="laz_patch">
<short>Patch level for the Lazarus IDE.</short>
<descr>
For the Lazarus version number 2.3.0.42, the value in laz_patch is 42.
</descr>
<seealso/>
<version>
Added in revision 57504, and available since Lazarus 1.8.4.
</version>
</element>
<element name="laz_fullversion">
<short>Numeric version number for the Lazarus IDE.</short>
<descr>
For the Lazarus version number 2.3.0.42, the value in laz_fullversion is
2030042.
</descr>
<seealso/>
<version>
Added in revision 57504, and available since Lazarus 1.8.4.
</version>
</element>
<element name="laz_version">
<short>String with the full version number for the Lazarus IDE.</short>
<descr>
For the Lazarus version number 2.3.0.42, the value in laz_version is
'2.3.0.42'.
</descr>
<seealso/>
<version>
Added in revision 57504, and available since Lazarus 1.8.4.
</version>
</element>
</module>
<!-- LazVersion -->
</package>
</fpdoc-descriptions>