diff --git a/src/coreclr/inc/jiteeversionguid.h b/src/coreclr/inc/jiteeversionguid.h index 6a06b8b440da4f..5e5d1039b937bb 100644 --- a/src/coreclr/inc/jiteeversionguid.h +++ b/src/coreclr/inc/jiteeversionguid.h @@ -43,11 +43,11 @@ typedef const GUID *LPCGUID; #define GUID_DEFINED #endif // !GUID_DEFINED -constexpr GUID JITEEVersionIdentifier = { /* 06988c5a-5799-40a5-8a2c-45dc51efa6b2 */ - 0x06988c5a, - 0x5799, - 0x40a5, - {0x8a, 0x2c, 0x45, 0xdc, 0x51, 0xef, 0xa6, 0xb2} +constexpr GUID JITEEVersionIdentifier = { /* c75035da-c692-4ef8-b84e-fbb44fd0f246 */ + 0xc75035da, + 0xc692, + 0x4ef8, + {0xb8, 0x4e, 0xfb, 0xb4, 0x4f, 0xd0, 0xf2, 0x46} }; //////////////////////////////////////////////////////////////////////////////////////////////////////////