mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 02:39:15 +02:00
Opkman: Add Lazarus 2.4 to supported version list
This commit is contained in:
parent
03a4881ad3
commit
ad4e6a3c23
@ -111,21 +111,19 @@ const
|
|||||||
'Other',
|
'Other',
|
||||||
'Games and Game Engines');
|
'Games and Game Engines');
|
||||||
|
|
||||||
MaxLazVersions = 14;
|
MaxLazVersions = 4;
|
||||||
LazVersions: array [0..MaxLazVersions - 1] of String = (
|
LazVersions: array [0..MaxLazVersions - 1] of String = (
|
||||||
'1.8.0', '1.8.2', '1.8.4', '1.8.5',
|
|
||||||
'2.0.0', '2.0.2', '2.0.4', '2.0.6', '2.0.8', '2.0.10', '2.0.12',
|
|
||||||
'2.2.0', '2.2.4',
|
'2.2.0', '2.2.4',
|
||||||
|
'2.4.0',
|
||||||
'Trunk');
|
'Trunk');
|
||||||
LazDefVersions = '2.0.0, 2.0.2, 2.0.4, 2.0.6, 2.0.8, 2.0.10, 2.0.12, 2.2.0, 2.2.4';
|
LazDefVersions = '2.2.0, 2.2.4, 2.4.0';
|
||||||
LazTrunk = '2.3.0';
|
LazTrunk = '2.5.0';
|
||||||
|
|
||||||
MaxFPCVersions = 7;
|
MaxFPCVersions = 4;
|
||||||
FPCVersions: array [0..MaxFPCVersions - 1] of String = (
|
FPCVersions: array [0..MaxFPCVersions - 1] of String = (
|
||||||
'3.0.0', '3.0.2', '3.0.4',
|
|
||||||
'3.2.0', '3.2.2', '3.2.4',
|
'3.2.0', '3.2.2', '3.2.4',
|
||||||
'Trunk');
|
'Trunk');
|
||||||
FPCDefVersion = '3.0.0, 3.0.2, 3.0.4, 3.2.0, 3.2.2';
|
FPCDefVersion = '3.2.0, 3.2.2, 3.2.4';
|
||||||
FPCTrunk = '3.3.1';
|
FPCTrunk = '3.3.1';
|
||||||
|
|
||||||
DefWidgetSets = 'gtk2, win32/win64';
|
DefWidgetSets = 'gtk2, win32/win64';
|
||||||
|
Loading…
Reference in New Issue
Block a user