Skip to content

Commit 3a6ae50

Browse files
committed
Update bytecode version
1 parent 38c0f59 commit 3a6ae50

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-
// {39DEDDF4-EEE4-43E8-A2C8-2550A26007D6}
7+
// {DD4E773A-2839-44A0-8B4E-9283A700135A}
88
const GUID byteCodeCacheReleaseFileVersion =
9-
{ 0x39DEDDF4, 0xEEE4, 0x43E8, { 0xA2, 0xC8, 0x25, 0x50, 0xA2, 0x60, 0x07, 0xD6 } };
9+
{ 0xDD4E773A, 0x2839, 0x44A0, { 0x8B, 0x4E, 0x92, 0x83, 0xA7, 0x00, 0x13, 0x5A } };

0 commit comments

Comments
 (0)