Skip to content

Commit b370b17

Browse files
Update jiteeversionguid.h
1 parent 5249b9a commit b370b17

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/coreclr/inc/jiteeversionguid.h

+6-6
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ typedef const GUID *LPCGUID;
4343
#define GUID_DEFINED
4444
#endif // !GUID_DEFINED
4545

46-
constexpr GUID JITEEVersionIdentifier = { /* a116647a-3f80-4fd6-9c80-95156c7e9923 */
47-
0xa116647a,
48-
0x3f80,
49-
0x4fd6,
50-
{0x9c, 0x80, 0x95, 0x15, 0x6c, 0x7e, 0x99, 0x23}
51-
};
46+
constexpr GUID JITEEVersionIdentifier = { /* 87673fd2-b9d5-44cb-beee-7ed05db36c52 */
47+
0x87673fd2,
48+
0xb9d5,
49+
0x44cb,
50+
{0xbe, 0xee, 0x7e, 0xd0, 0x5d, 0xb3, 0x6c, 0x52}
51+
};
5252

5353
//////////////////////////////////////////////////////////////////////////////////////////////////////////
5454
//

0 commit comments

Comments
 (0)