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 a7a7644 commit 962624dCopy full SHA for 962624d
lib/Runtime/ByteCode/ByteCodeCacheReleaseFileVersion.h
@@ -3,8 +3,7 @@
3
// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
4
//-------------------------------------------------------------------------------------------------------
5
// NOTE: If there is a merge conflict the correct fix is to make a new GUID.
6
-// This file was generated with tools\update_bytecode_version.ps1
7
8
-// {BAC3A947-4873-4DAF-AC60-915116FFE744}
+// {DE720CA5-2D6E-4200-B4AB-CCCE40399727}
9
const GUID byteCodeCacheReleaseFileVersion =
10
-{ 0xBAC3A947, 0x4873, 0x4DAF, { 0xAC, 0x60, 0x91, 0x51, 0x16, 0xFF, 0xE7, 0x44 } };
+{ 0xDE720CA5, 0x2D6E, 0x4200, { 0xB4, 0xAB, 0xCC, 0xCE, 0x40, 0x39, 0x97, 0x27 } };
0 commit comments