mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 12:08:09 +02:00
lclversion: added lcl_fullversion numeric constant (issue #18336)
git-svn-id: trunk@28834 -
This commit is contained in:
parent
7a5f903128
commit
d58923f26f
@ -31,6 +31,7 @@ const
|
||||
lcl_minor = 9;
|
||||
lcl_release = 31;
|
||||
lcl_patch = 0;
|
||||
lcl_fullversion = ((lcl_major * 100 + lcl_minor) * 100 + lcl_release) * 100 + lcl_patch;
|
||||
lcl_version = '0.9.31';
|
||||
|
||||
implementation
|
||||
|
Loading…
Reference in New Issue
Block a user