Skip to content

Commit 0accefd

Browse files
committed
Update bytecode version
1 parent 1a62c8f commit 0accefd

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-
// {A7B3E50E-9870-4A74-A155-58021B9B2202}
7+
// {BFA0BED0-7B1A-4018-83DA-B1D989D38BFD}
88
const GUID byteCodeCacheReleaseFileVersion =
9-
{ 0xA7B3E50E, 0x9870, 0x4A74, { 0xA1, 0x55, 0x58, 0x02, 0x1B, 0x9B, 0x22, 0x02 } };
9+
{ 0xBFA0BED0, 0x7B1A, 0x4018, { 0x83, 0xDA, 0xB1, 0xD9, 0x89, 0xD3, 0x8B, 0xFD } };

0 commit comments

Comments
 (0)