From 73585ab8ee2027c7a6af408dceb01190b582b729 Mon Sep 17 00:00:00 2001 From: peter Date: Thu, 30 Dec 2004 18:36:56 +0000 Subject: [PATCH] * 1.9.6 --- compiler/version.pas | 9 ++++++--- install/debian/changelog | 6 +++--- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/compiler/version.pas b/compiler/version.pas index ccbf10bccf..8cb611c6a0 100644 --- a/compiler/version.pas +++ b/compiler/version.pas @@ -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 diff --git a/install/debian/changelog b/install/debian/changelog index e44ebddb44..1b5fc6d6fb 100644 --- a/install/debian/changelog +++ b/install/debian/changelog @@ -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 Thu, 30 Aug 2004 12:00:00 +0100 + -- Peter Vreman Thu, 31 Dec 2004 12:00:00 +0100 fpc (1.9.4-5) unstable; urgency=low