lclversion: added lcl_fullversion numeric constant (issue #18336)

git-svn-id: trunk@28834 -
This commit is contained in:
vincents 2010-12-30 08:57:27 +00:00
parent 7a5f903128
commit d58923f26f

View File

@ -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