Skip to content

Commit 70fe757

Browse files
committed
release 15.2.0-r6, 14.3.0-r6, 13.4.0-r6
1 parent 45b6355 commit 70fe757

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

module/profile.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def __init__(
176176
),
177177
'15': BranchVersions(
178178
gcc = '15.2.0',
179-
rev = '5.1',
179+
rev = '6',
180180

181181
# ABI critical: 2025-08-08
182182
mcfgthread = '2.1-ga.1',
@@ -198,7 +198,7 @@ def __init__(
198198
),
199199
'14': BranchVersions(
200200
gcc = '14.3.0',
201-
rev = '5.1',
201+
rev = '6',
202202

203203
# ABI critical: 2024-08-01
204204
mcfgthread = '1.8-ga.4',
@@ -220,7 +220,7 @@ def __init__(
220220
),
221221
'13': BranchVersions(
222222
gcc = '13.4.0',
223-
rev = '5.1',
223+
rev = '6',
224224

225225
# trace back: 2023-12-22
226226
binutils = '2.41',

0 commit comments

Comments
 (0)