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 4308d06 commit 739a952Copy full SHA for 739a952
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
-// {D8913E7E-E430-4B28-81DD-EDD3EE5F263B}
+// {7E48A08B-9B00-4285-9F70-2752582F8782}
8
const GUID byteCodeCacheReleaseFileVersion =
9
-{ 0xD8913E7E, 0xE430, 0x4B28, { 0x81, 0xDD, 0xED, 0xD3, 0xEE, 0x5F, 0x26, 0x3B } };
+{ 0x7E48A08B, 0x9B00, 0x4285, { 0x9F, 0x70, 0x27, 0x52, 0x58, 0x2F, 0x87, 0x82 } };
0 commit comments