Skip to content

Commit 3192c83

Browse files
committed
bump guid
1 parent 9059c73 commit 3192c83

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/coreclr/inc/jiteeversionguid.h

Lines changed: 5 additions & 5 deletions
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 = { /* 878d63a7-ffc9-421f-81f7-db4729f0ed5c */
47-
0x878d63a7,
48-
0xffc9,
49-
0x421f,
50-
{0x81, 0xf7, 0xdb, 0x47, 0x29, 0xf0, 0xed, 0x5c}
46+
constexpr GUID JITEEVersionIdentifier = { /* 2335da47-1d6c-4844-96b6-025558a525ba */
47+
0x2335da47,
48+
0x1d6c,
49+
0x4844,
50+
{0x96, 0xb6, 0x02, 0x55, 0x58, 0xa5, 0x25, 0xba}
5151
};
5252

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

0 commit comments

Comments
 (0)