Skip to content

Commit 9be99cd

Browse files
committed
Update bytecode release version
1 parent 781d5ed commit 9be99cd

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-
// {2734B2C7-9500-45AF-AAA6-FABB7B9C3F81}
7+
// {5EEF3B18-B808-42EF-BA86-A68AA3DBEEBA}
88
const GUID byteCodeCacheReleaseFileVersion =
9-
{ 0x2734b2c7, 0x9500, 0x45af, { 0xaa, 0xa6, 0xfa, 0xbb, 0x7b, 0x9c, 0x3f, 0x81 } };
9+
{ 0x5eef3b18, 0xb808, 0x42ef, { 0xba, 0x86, 0xa6, 0x8a, 0xa3, 0xdb, 0xee, 0xba } };

0 commit comments

Comments
 (0)