Skip to content

Commit 3bd962f

Browse files
committed
[1.7>master] [MERGE #3958 @Cellule] OS#14217306 Update Bytecode GUID
Merge pull request #3958 from Cellule:bytecode_guid
2 parents 919074b + ccf501a commit 3bd962f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Runtime/ByteCode/ByteCodeCacheReleaseFileVersion.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
//-------------------------------------------------------------------------------------------------------
55
// NOTE: If there is a merge conflict the correct fix is to make a new GUID.
66

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

0 commit comments

Comments
 (0)