Skip to content

Commit ed98fda

Browse files
committed
MCE v1.102.0 r324
v1.102.0 Fixed missing backslash in AMD pattern (#73)
1 parent b5ffabc commit ed98fda

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Changelog.txt

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v1.102.0
2+
3+
Fixed missing backslash in AMD pattern (#73)
4+
15
r324
26

37
Intel cpuA06D1_plat20_ver0A0000C0_2024-12-09_PRD_ED01D951

MCE.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"""
55
MC Extractor
66
Intel, AMD, VIA & Freescale Microcode Extractor
7-
Copyright (C) 2016-2024 Plato Mavropoulos
7+
Copyright (C) 2016-2025 Plato Mavropoulos
88
"""
99

10-
title = 'MC Extractor v1.101.0'
10+
title = 'MC Extractor v1.102.0'
1111

1212
import sys
1313

@@ -88,7 +88,7 @@ def mce_help() :
8888
'-blob : Builds a Microcode Blob (MCB) from input'
8989
)
9090

91-
print(col_g + '\nCopyright (C) 2016-2024 Plato Mavropoulos' + col_e)
91+
print(col_g + '\nCopyright (C) 2016-2025 Plato Mavropoulos' + col_e)
9292

9393
if getattr(sys, 'frozen', False) : print(col_c + '\nRunning in frozen state!' + col_e)
9494

0 commit comments

Comments
 (0)