mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-02 12:50:27 +02:00
* used shl 7 for release number
This commit is contained in:
parent
af10985046
commit
31b63823db
@ -28,7 +28,7 @@ interface
|
||||
|
||||
const
|
||||
{ word version for ppu file }
|
||||
wordversion = (1 shl 14)+1;
|
||||
wordversion = (1 shl 14)+(1 shl 7) + 0;
|
||||
|
||||
{ version string }
|
||||
version_nr = '1';
|
||||
@ -101,7 +101,10 @@ end;
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.7 2000-11-29 00:30:43 florian
|
||||
Revision 1.8 2002-03-01 12:47:21 pierre
|
||||
* used shl 7 for release number
|
||||
|
||||
Revision 1.7 2000/11/29 00:30:43 florian
|
||||
* unused units removed from uses clause
|
||||
* some changes for widestrings
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user