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:
blikblum 2012-10-17 00:10:55 +00:00
parent c84dd357ac
commit 1ba81e412d

View File

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