Skip to content

Commit 94b481d

Browse files
committed
update bytecode ID
1 parent 47f4415 commit 94b481d

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-
// {D8913E7E-E430-4B28-81DD-EDD3EE5F263B}
7+
// {49A3F597-0DAD-4BD8-82A0-CEAC52C99E63}
88
const GUID byteCodeCacheReleaseFileVersion =
9-
{ 0xD8913E7E, 0xE430, 0x4B28, { 0x81, 0xDD, 0xED, 0xD3, 0xEE, 0x5F, 0x26, 0x3B } };
9+
{ 0x49A3F597, 0x0DAD, 0x4BD8, { 0x82, 0xA0, 0xCE, 0xAC, 0x52, 0xC9, 0x9E, 0x63 } };

0 commit comments

Comments
 (0)