From a9b949a8da3a9c9a37548893a078994a103a8367 Mon Sep 17 00:00:00 2001
From: vincents
Date: Tue, 8 Jan 2008 15:46:43 +0000
Subject: [PATCH] lcl docs: fixed typo in lclversion description, clarified
lcl_patch a bit
git-svn-id: trunk@13669 -
---
docs/xml/lcl/lclversion.xml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/docs/xml/lcl/lclversion.xml b/docs/xml/lcl/lclversion.xml
index 59c97128f4..f6e1916319 100644
--- a/docs/xml/lcl/lclversion.xml
+++ b/docs/xml/lcl/lclversion.xml
@@ -18,7 +18,7 @@ at run-time.
Likewise, these version constants can be used at compile time in an conditional
expressions, such as {$IFDEF lcl_major>0}. Currently these kinds of
epressions are only support in {$mode delphi}. Recently fpc 2.3.1 added
-support for these kind of expressions in {$mode delphi}.
+support for these kind of expressions in {$mode objfpc}.
@@ -51,7 +51,8 @@ contains the third number.
LCL patch version
Given a complete version string like 0.9.24.1, the lcl_patch constant
-contains the last number.
+contains the last number. If there is not fourth number, for example when the
+version string is 0.9.25, then lcl_patch is 0.
lcl_version