TvPlanit: Fix version number in vpconst to match the package version number.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8668 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2023-01-02 10:23:56 +00:00
parent 77c9810c0a
commit e05862d42d
3 changed files with 20 additions and 13 deletions

View File

@ -48,7 +48,7 @@ uses
const
BuildTime = {$I %DATE%} + {$I %TIME}; //'09/13/2002 09:25 AM';
VpVersionStr = 'v1.0.7'; {Visual PlanIt library version}
VpVersionStr = 'v1.7.0'; {Visual PlanIt library version}
VpProductName = 'Visual PlanIt';
BorderStyles: array[TBorderStyle] of LongInt = (0, WS_BORDER);