* version and copyright increased

This commit is contained in:
florian 2005-01-02 10:20:08 +00:00
parent 0ee1ff7484
commit 4900f10f2e
3 changed files with 7 additions and 4 deletions

View File

@ -2081,7 +2081,7 @@ option_code_page_not_available=11039_E_Unknown code page
#
option_logo=11023_[
Free Pascal Compiler version $FPCVERSION [$FPCDATE] for $FPCCPU
Copyright (c) 1993-2004 by Florian Klaempfl
Copyright (c) 1993-2005 by Florian Klaempfl
]
#

View File

@ -698,7 +698,7 @@ const msgtxt : array[0..000157,1..240] of char=(
'11038_D_Undefining symbol $1'#000+
'11039_E_Unknown code page'#000+
'11023_Free Pascal Compiler version $FPCVERSION [$FPCDATE] for $FPCCPU'#010+
'Copyright (c) 1993-2004 by Florian Klaempfl'#000+
'Copyright (c) 1993-2005 by Florian Klaempfl'#000+
'11024_Free Pascal Compiler version $FPCVERSION'#010+
#010+
'Compiler Date : ','$FPCDATE'#010+

View File

@ -33,7 +33,7 @@ interface
{ version string }
version_nr = '1';
release_nr = '9';
patch_nr = '5';
patch_nr = '7';
minorpatch = '';
{ date string }
@ -93,7 +93,10 @@ end;
end.
{
$Log$
Revision 1.28 2004-12-30 19:01:29 peter
Revision 1.29 2005-01-02 10:20:08 florian
* version and copyright increased
Revision 1.28 2004/12/30 19:01:29 peter
* back to 1.9.5 for HEAD
Revision 1.27 2004/12/30 18:37:27 peter