mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-19 15:02:35 +02:00
14 lines
424 B
Diff
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)+
|