Skip to content

Commit ce9eb8a

Browse files
committed
Update bytecode version
1 parent 20b5aaa commit ce9eb8a

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-
// {3EDF890E-55F9-4646-A9AC-53127700D405}
7+
// {2734B2C7-9500-45AF-AAA6-FABB7B9C3F81}
88
const GUID byteCodeCacheReleaseFileVersion =
9-
{ 0x3EDF890E, 0x55F9, 0x4646,{ 0xA9, 0xAC, 0x53, 0x12, 0x77, 0x00, 0xD4, 0x05 } };
9+
{ 0x2734b2c7, 0x9500, 0x45af, { 0xaa, 0xa6, 0xfa, 0xbb, 0x7b, 0x9c, 0x3f, 0x81 } };

0 commit comments

Comments
 (0)