This commit is contained in:
peter 2004-12-30 18:36:56 +00:00
parent 1b26d1a430
commit 73585ab8ee
2 changed files with 9 additions and 6 deletions
compiler
install/debian

View File

@ -28,12 +28,12 @@ interface
const
{ word version for ppu file }
wordversion = (1 shl 14)+(9 shl 7) + 5;
wordversion = (1 shl 14)+(9 shl 7) + 6;
{ version string }
version_nr = '1';
release_nr = '9';
patch_nr = '5';
patch_nr = '6';
minorpatch = '';
{ date string }
@ -93,7 +93,10 @@ end;
end.
{
$Log$
Revision 1.26 2004-06-20 08:55:30 florian
Revision 1.27 2004-12-30 18:37:27 peter
* 1.9.6
Revision 1.26 2004/06/20 08:55:30 florian
* logs truncated
Revision 1.25 2004/06/16 20:07:10 florian

View File

@ -1,8 +1,8 @@
fpc (1.9.5-0) unstable; urgency=low
fpc (1.9.6-0) unstable; urgency=low
* Snapshot build
* New release
-- Peter Vreman <peter@freepascal.org> Thu, 30 Aug 2004 12:00:00 +0100
-- Peter Vreman <peter@freepascal.org> Thu, 31 Dec 2004 12:00:00 +0100
fpc (1.9.4-5) unstable; urgency=low