mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 21:09:07 +02:00
+ Version 1.9.4
This commit is contained in:
parent
b193cd19ad
commit
b3e162b244
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
# Version
|
# Version
|
||||||
VERSION=1.9.2
|
VERSION=1.9.4
|
||||||
RELEASE=i386
|
RELEASE=i386
|
||||||
|
|
||||||
unset FPCDIR
|
unset FPCDIR
|
||||||
|
Loading…
Reference in New Issue
Block a user