mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-09 23:26:04 +02:00
* 0.99.13 instead of 0.99.13a
This commit is contained in:
parent
e303022851
commit
1b39843793
@ -31,8 +31,8 @@ interface
|
||||
version_nr = '0';
|
||||
release_nr = '99';
|
||||
patch_nr = '13';
|
||||
minorpatch = 'a';
|
||||
|
||||
minorpatch = '';
|
||||
|
||||
version_string = version_nr+'.'+release_nr+'.'+patch_nr;
|
||||
full_version_string = version_nr+'.'+release_nr+'.'+patch_nr+minorpatch;
|
||||
|
||||
@ -69,7 +69,10 @@ begin
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.8 1999-06-27 15:49:19 michael
|
||||
Revision 1.9 1999-07-01 21:35:02 peter
|
||||
* 0.99.13 instead of 0.99.13a
|
||||
|
||||
Revision 1.8 1999/06/27 15:49:19 michael
|
||||
Updated patchnumber
|
||||
|
||||
Revision 1.7 1999/06/18 11:03:11 peter
|
||||
|
Loading…
Reference in New Issue
Block a user