We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 753fc6f commit 1c5ab56Copy full SHA for 1c5ab56
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
-// {11BA1CDD-86FC-4489-95EB-355A78E78EF8}
+// {3EDF890E-55F9-4646-A9AC-53127700D405}
8
const GUID byteCodeCacheReleaseFileVersion =
9
-{ 0x11ba1cdd, 0x86fc, 0x4489, { 0x95, 0xeb, 0x35, 0x5a, 0x78, 0xe7, 0x8e, 0xf8 } };
+{ 0x3EDF890E, 0x55F9, 0x4646,{ 0xA9, 0xAC, 0x53, 0x12, 0x77, 0x00, 0xD4, 0x05 } };
0 commit comments