Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
[Merge chakra-core/ChakraCore@ccf501ae93] [MERGE #3958 @Cellule] OS#1…
Browse files Browse the repository at this point in the history
…4217306 Update Bytecode GUID

Merge pull request #3958 from Cellule:bytecode_guid
  • Loading branch information
chakrabot authored and kfarnung committed Jan 9, 2018
1 parent cd53933 commit ef9a01d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
//-------------------------------------------------------------------------------------------------------
// NOTE: If there is a merge conflict the correct fix is to make a new GUID.

// {131ae129-1863-4b97-b9b2-4802d60acefb}
// {C6C1CBF8-B232-4E4C-8681-34E404F78F16}
const GUID byteCodeCacheReleaseFileVersion =
{ 0x131ae129, 0x1863, 0x4b97, { 0xb9, 0xb2, 0x48, 0x02, 0xd6, 0x0a, 0xce, 0xfb } };
{ 0xC6C1CBF8, 0xB232, 0x4E4C, { 0x86, 0x81, 0x34, 0xE4, 0x04, 0xF7, 0x8F, 0x16 } };

0 comments on commit ef9a01d

Please sign in to comment.