mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 04:29:29 +02:00
+ Version 1.9.4
This commit is contained in:
parent
b193cd19ad
commit
b3e162b244
@ -33,7 +33,7 @@ interface
|
||||
{ version string }
|
||||
version_nr = '1';
|
||||
release_nr = '9';
|
||||
patch_nr = '3';
|
||||
patch_nr = '4';
|
||||
minorpatch = '';
|
||||
|
||||
{ date string }
|
||||
@ -93,7 +93,10 @@ end;
|
||||
end.
|
||||
{
|
||||
$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
|
||||
|
||||
Revision 1.21 2004/01/03 12:31:44 michael
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: fpc
|
||||
Version: 1.9.3
|
||||
Version: 1.9.4
|
||||
Release: 0
|
||||
ExclusiveArch: i386 i586 i686 ppc
|
||||
Copyright: GPL
|
||||
|
@ -8,7 +8,7 @@
|
||||
#
|
||||
|
||||
# Release Version
|
||||
VERSION=1.9.2
|
||||
VERSION=1.9.4
|
||||
|
||||
# some useful functions
|
||||
# ask displays 1st parameter, and ask new value for variable, whose name is
|
||||
|
@ -5,7 +5,7 @@
|
||||
#
|
||||
|
||||
# Version
|
||||
VERSION=1.9.2
|
||||
VERSION=1.9.4
|
||||
RELEASE=i386
|
||||
|
||||
unset FPCDIR
|
||||
|
Loading…
Reference in New Issue
Block a user