From: Gleb Balykov Date: Fri, 23 Jun 2017 14:34:11 +0000 (+0300) Subject: Update GUID X-Git-Tag: submit/tizen/20210909.063632~11030^2~6513^2~386^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=05590ced14e28f4a69183091b84dc25fbf72ba74;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Update GUID Commit migrated from https://github.com/dotnet/coreclr/commit/be7d375af43261c4ff8f84aad9ea27ecce145fc6 --- diff --git a/src/coreclr/src/inc/corinfo.h b/src/coreclr/src/inc/corinfo.h index 479b8ed..1638747 100644 --- a/src/coreclr/src/inc/corinfo.h +++ b/src/coreclr/src/inc/corinfo.h @@ -213,11 +213,11 @@ TODO: Talk about initializing strutures before use #define SELECTANY extern __declspec(selectany) #endif -SELECTANY const GUID JITEEVersionIdentifier = { /* 28eb875f-b6a9-4a04-9ba7-69ba59deed46 */ - 0x28eb875f, - 0xb6a9, - 0x4a04, - { 0x9b, 0xa7, 0x69, 0xba, 0x59, 0xde, 0xed, 0x46 } +SELECTANY const GUID JITEEVersionIdentifier = { /* 5a1cfc89-a84a-4642-b01d-ead88e60c1ee */ + 0x5a1cfc89, + 0xa84a, + 0x4642, + { 0xb0, 0x1d, 0xea, 0xd8, 0x8e, 0x60, 0xc1, 0xee } }; //////////////////////////////////////////////////////////////////////////////////////////////////////////