lazarus/tools/install/patches/fpc-fixes_2_2.patch
vincents 90ab9a2a73 * fpc fixes 2.2 patch not needed anymore
* added Gerard Visent to the contributors

git-svn-id: trunk@11722 -
2007-08-03 08:37:00 +00:00

14 lines
424 B
Diff

Index: compiler/version.pas
===================================================================
--- compiler/version.pas (revision 8199)
+++ compiler/version.pas (working copy)
@@ -30,7 +30,7 @@
version_nr = '2';
release_nr = '1';
patch_nr = '5';
- minorpatch = '';
+ minorpatch = '-L';
{ word version for ppu file }
wordversion = ((ord(version_nr)-ord('0')) shl 14)+