diff --git a/src/coreclr/inc/jiteeversionguid.h b/src/coreclr/inc/jiteeversionguid.h index 69d85eda196d5..452e508ddd862 100644 --- a/src/coreclr/inc/jiteeversionguid.h +++ b/src/coreclr/inc/jiteeversionguid.h @@ -32,11 +32,11 @@ ////////////////////////////////////////////////////////////////////////////////////////////////////////// // -constexpr GUID JITEEVersionIdentifier = { /* 000b3acb-92d2-4003-8760-e545241dd9a8 */ - 0x000b3acb, - 0x92d2, - 0x4003, - {0x87, 0x60, 0xe5, 0x45, 0x24, 0x1d, 0xd9, 0xa8} +constexpr GUID JITEEVersionIdentifier = { /* 960894e2-ec41-4088-82bb-bdcbac4ac2d3 */ + 0x960894e2, + 0xec41, + 0x4088, + {0x82, 0xbb, 0xbd, 0xcb, 0xac, 0x4a, 0xc2, 0xd3} }; //////////////////////////////////////////////////////////////////////////////////////////////////////////