change version from string to numeric
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2566 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
parent
c84dd357ac
commit
1ba81e412d
@ -362,7 +362,9 @@ const
|
||||
{$define ContextMenuBeforeMouseUp}
|
||||
{$endif}
|
||||
|
||||
VTVersion = '4.8.7';
|
||||
VTMajorVersion = 4;
|
||||
VTMinorVersion = 8;
|
||||
VTReleaseVersion = 7;
|
||||
VTTreeStreamVersion = 2;
|
||||
VTHeaderStreamVersion = 6; // The header needs an own stream version to indicate changes only relevant to the header.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user