Skip to content

Commit 5beced9

Browse files
committed
Refresh generated files
1 parent d369b41 commit 5beced9

File tree

2 files changed

+137
-134
lines changed

2 files changed

+137
-134
lines changed

src/coreclr/inc/jiteeversionguid.h

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

46-
constexpr GUID JITEEVersionIdentifier = { /* dbcd6414-2c05-4414-9086-6417cffb94d1 */
47-
0xdbcd6414,
48-
0x2c05,
49-
0x4414,
50-
{0x90, 0x86, 0x64, 0x17, 0xcf, 0xfb, 0x94, 0xd1}
46+
constexpr GUID JITEEVersionIdentifier = { /* 5875048b-0424-4470-94f9-b53f6da64f0f */
47+
0x5875048b,
48+
0x0424,
49+
0x4470,
50+
{0x94, 0xf9, 0xb5, 0x3f, 0x6d, 0xa6, 0x4f, 0x0f}
5151
};
5252

5353
//////////////////////////////////////////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)