+ Version 1.9.4

This commit is contained in:
michael 2004-05-29 23:46:50 +00:00
parent b193cd19ad
commit b3e162b244
4 changed files with 8 additions and 5 deletions

View File

@ -33,7 +33,7 @@ interface
{ version string } { version string }
version_nr = '1'; version_nr = '1';
release_nr = '9'; release_nr = '9';
patch_nr = '3'; patch_nr = '4';
minorpatch = ''; minorpatch = '';
{ date string } { date string }
@ -93,7 +93,10 @@ end;
end. end.
{ {
$Log$ $Log$
Revision 1.22 2004-01-11 20:59:41 florian Revision 1.23 2004-05-29 23:46:50 michael
+ Version 1.9.4
Revision 1.22 2004/01/11 20:59:41 florian
* version changed to 1.9.3 * version changed to 1.9.3
Revision 1.21 2004/01/03 12:31:44 michael Revision 1.21 2004/01/03 12:31:44 michael

View File

@ -1,5 +1,5 @@
Name: fpc Name: fpc
Version: 1.9.3 Version: 1.9.4
Release: 0 Release: 0
ExclusiveArch: i386 i586 i686 ppc ExclusiveArch: i386 i586 i686 ppc
Copyright: GPL Copyright: GPL

View File

@ -8,7 +8,7 @@
# #
# Release Version # Release Version
VERSION=1.9.2 VERSION=1.9.4
# some useful functions # some useful functions
# ask displays 1st parameter, and ask new value for variable, whose name is # ask displays 1st parameter, and ask new value for variable, whose name is

View File

@ -5,7 +5,7 @@
# #
# Version # Version
VERSION=1.9.2 VERSION=1.9.4
RELEASE=i386 RELEASE=i386
unset FPCDIR unset FPCDIR