mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 22:19:18 +02:00
Docs: LazUtils. Updates content to reflect current constant values.
(cherry picked from commit 10c474f730
)
This commit is contained in:
parent
4c44ef6ee8
commit
c60b5f9a7e
@ -19,66 +19,66 @@
|
|||||||
<element name="laz_major">
|
<element name="laz_major">
|
||||||
<short>Major version number for the Lazarus IDE.</short>
|
<short>Major version number for the Lazarus IDE.</short>
|
||||||
<descr>
|
<descr>
|
||||||
For the Lazarus version number 2.1.0.42, the value in laz_major is 2.
|
For the Lazarus version number 2.3.0.42, the value in laz_major is 2.
|
||||||
</descr>
|
</descr>
|
||||||
<seealso/>
|
<seealso/>
|
||||||
<version>
|
<version>
|
||||||
Added in revision 57504, and available since Lazarus 1.8.4.0.
|
Added in revision 57504, and available since Lazarus 1.8.4.
|
||||||
</version>
|
</version>
|
||||||
</element>
|
</element>
|
||||||
|
|
||||||
<element name="laz_minor">
|
<element name="laz_minor">
|
||||||
<short>Minor version number for the Lazarus IDE.</short>
|
<short>Minor version number for the Lazarus IDE.</short>
|
||||||
<descr>
|
<descr>
|
||||||
For the Lazarus version number 2.1.0.42, the value in laz_minor is 1.
|
For the Lazarus version number 2.3.0.42, the value in laz_minor is 3.
|
||||||
</descr>
|
</descr>
|
||||||
<seealso/>
|
<seealso/>
|
||||||
<version>
|
<version>
|
||||||
Added in revision 57504, and available since Lazarus 1.8.4.0.
|
Added in revision 57504, and available since Lazarus 1.8.4.
|
||||||
</version>
|
</version>
|
||||||
</element>
|
</element>
|
||||||
|
|
||||||
<element name="laz_release">
|
<element name="laz_release">
|
||||||
<short>Release number for the Lazarus IDE.</short>
|
<short>Release number for the Lazarus IDE.</short>
|
||||||
<descr>
|
<descr>
|
||||||
For the Lazarus version number 2.1.0.42, the value in laz_release is 0.
|
For the Lazarus version number 2.3.0.42, the value in laz_release is 0.
|
||||||
</descr>
|
</descr>
|
||||||
<seealso/>
|
<seealso/>
|
||||||
<version>
|
<version>
|
||||||
Added in revision 57504, and available since Lazarus 1.8.4.0.
|
Added in revision 57504, and available since Lazarus 1.8.4.
|
||||||
</version>
|
</version>
|
||||||
</element>
|
</element>
|
||||||
|
|
||||||
<element name="laz_patch">
|
<element name="laz_patch">
|
||||||
<short>Patch level for the Lazarus IDE.</short>
|
<short>Patch level for the Lazarus IDE.</short>
|
||||||
<descr>
|
<descr>
|
||||||
For the Lazarus version number 2.1.0.42, the value in laz_patch is 42.
|
For the Lazarus version number 2.3.0.42, the value in laz_patch is 42.
|
||||||
</descr>
|
</descr>
|
||||||
<seealso/>
|
<seealso/>
|
||||||
<version>
|
<version>
|
||||||
Added in revision 57504, and available since Lazarus 1.8.4.0.
|
Added in revision 57504, and available since Lazarus 1.8.4.
|
||||||
</version>
|
</version>
|
||||||
</element>
|
</element>
|
||||||
|
|
||||||
<element name="laz_fullversion">
|
<element name="laz_fullversion">
|
||||||
<short>Numeric version number for the Lazarus IDE.</short>
|
<short>Numeric version number for the Lazarus IDE.</short>
|
||||||
<descr>
|
<descr>
|
||||||
For the Lazarus version number 2.1.0.42, the value in laz_fullversion is 2010042.
|
For the Lazarus version number 2.3.0.42, the value in laz_fullversion is 2030042.
|
||||||
</descr>
|
</descr>
|
||||||
<seealso/>
|
<seealso/>
|
||||||
<version>
|
<version>
|
||||||
Added in revision 57504, and available since Lazarus 1.8.4.0.
|
Added in revision 57504, and available since Lazarus 1.8.4.
|
||||||
</version>
|
</version>
|
||||||
</element>
|
</element>
|
||||||
|
|
||||||
<element name="laz_version">
|
<element name="laz_version">
|
||||||
<short>String with the full version number for the Lazarus IDE.</short>
|
<short>String with the full version number for the Lazarus IDE.</short>
|
||||||
<descr>
|
<descr>
|
||||||
For the Lazarus version number 2.1.0.42, the value in laz_version is '2.1.0.42'.
|
For the Lazarus version number 2.3.0.42, the value in laz_version is '2.3.0.42'.
|
||||||
</descr>
|
</descr>
|
||||||
<seealso/>
|
<seealso/>
|
||||||
<version>
|
<version>
|
||||||
Added in revision 57504, and available since Lazarus 1.8.4.0.
|
Added in revision 57504, and available since Lazarus 1.8.4.
|
||||||
</version>
|
</version>
|
||||||
</element>
|
</element>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user