File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -191,10 +191,10 @@ intel_version_map_l()
191
191
if $classic ; then
192
192
case $actual_version in
193
193
2021.12.0 | 2021.12)
194
- version=2024.1.0
194
+ version=2024.1
195
195
;;
196
196
2021.11.0 | 2021.11)
197
- version=2024.0.1
197
+ version=2024.0
198
198
;;
199
199
2021.10.0 | 2021.10)
200
200
version=2023.2.0
@@ -233,11 +233,14 @@ intel_version_map_l()
233
233
2022.0.0 | 2022.0)
234
234
version=2022.0.2
235
235
;;
236
- 2024.1 | 2023.2 | 2023.1 | 2023.0 | 2022.2 | 2022.1 | 2021.4 | 2021.2)
236
+ 2023.2 | 2023.1 | 2023.0 | 2022.2 | 2022.1 | 2021.4 | 2021.2)
237
237
version=$actual_version .0
238
238
;;
239
+ 2024.1 | 2024.1.0)
240
+ version=2024.1
241
+ ;;
239
242
2024.0 | 2024.0.0)
240
- version=2024.0.1
243
+ version=2024.0
241
244
;;
242
245
2021.1)
243
246
version=2021.1.1
You can’t perform that action at this time.
0 commit comments