We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70ce10f commit 474e417Copy full SHA for 474e417
lib/Runtime/ByteCode/ByteCodeCacheReleaseFileVersion.h
@@ -4,6 +4,6 @@
4
//-------------------------------------------------------------------------------------------------------
5
// NOTE: If there is a merge conflict the correct fix is to make a new GUID.
6
7
-// {B92A5820-4BB2-4D01-96F7-46136010D1D6}
+// {E4B5202C-0ACB-48C6-A96F-8A4A29848ED0}
8
const GUID byteCodeCacheReleaseFileVersion =
9
-{ 0xB92A5820, 0x4BB2, 0x4D01, { 0x96, 0xF7, 0x46, 0x13, 0x60, 0x10, 0xD1, 0xD6 } };
+{ 0xE4B5202C, 0x0ACB, 0x48C6, { 0xA9, 0x6F, 0x8A, 0x4A, 0x29, 0x84, 0x8E, 0xD0 } };
0 commit comments