mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-31 18:20:42 +02:00
Opkman: Add "2.0.12" to Lazarus versions.
git-svn-id: trunk@64678 -
This commit is contained in:
parent
37d6fcb8bd
commit
7a882b653e
@ -111,12 +111,12 @@ const
|
||||
'Other',
|
||||
'Games and Game Engines');
|
||||
|
||||
MaxLazVersions = 11;
|
||||
MaxLazVersions = 12;
|
||||
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.0', '2.0.2', '2.0.4', '2.0.6', '2.0.8', '2.0.10', '2.0.12',
|
||||
'Trunk');
|
||||
LazDefVersions = '2.0.0, 2.0.2, 2.0.4, 2.0.6, 2.0.8, 2.0.10';
|
||||
LazDefVersions = '2.0.0, 2.0.2, 2.0.4, 2.0.6, 2.0.8, 2.0.10, 2.0.12';
|
||||
LazTrunk = '2.1.0';
|
||||
|
||||
MaxFPCVersions = 5;
|
||||
|
Loading…
Reference in New Issue
Block a user