mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 12:49:12 +02:00
Add branches for 3.2.0, 3.2.1 and 3.3.1 versions
git-svn-id: trunk@39725 -
This commit is contained in:
parent
7a598cf60a
commit
382ac9c00a
@ -256,7 +256,10 @@ const
|
|||||||
'3.0.3',
|
'3.0.3',
|
||||||
'3.0.4',
|
'3.0.4',
|
||||||
'3.0.5',
|
'3.0.5',
|
||||||
'3.1.1'
|
'3.1.1',
|
||||||
|
'3.2.0',
|
||||||
|
'3.2.1',
|
||||||
|
'3.3.1'
|
||||||
);
|
);
|
||||||
|
|
||||||
ver_branch : array [known_versions] of string =
|
ver_branch : array [known_versions] of string =
|
||||||
@ -291,13 +294,16 @@ const
|
|||||||
'tags/release_2_6_4',
|
'tags/release_2_6_4',
|
||||||
'tags/release_2_6_4',
|
'tags/release_2_6_4',
|
||||||
'branches/fixes_2_6',
|
'branches/fixes_2_6',
|
||||||
'trunk',
|
'branches/release_3_0_0',
|
||||||
'branches/release_3_0_0',
|
'branches/release_3_0_0',
|
||||||
'branches/release_3_0_2',
|
'branches/release_3_0_2',
|
||||||
'branches/release_3_0_2',
|
'branches/release_3_0_2',
|
||||||
'branches/release_3_0_4',
|
'branches/release_3_0_4',
|
||||||
'branches/release_3_0_4',
|
'branches/release_3_0_4',
|
||||||
'branches/fixes_3_0',
|
'branches/fixes_3_0',
|
||||||
|
'branches/fixes_3_2',
|
||||||
|
'branches/fixes_3_2',
|
||||||
|
'branches/fixes_3_2',
|
||||||
'trunk'
|
'trunk'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user