Skip to content

Commit 962624d

Browse files
committed
Update bytecode version
1 parent a7a7644 commit 962624d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lib/Runtime/ByteCode/ByteCodeCacheReleaseFileVersion.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
44
//-------------------------------------------------------------------------------------------------------
55
// 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
76

8-
// {BAC3A947-4873-4DAF-AC60-915116FFE744}
7+
// {DE720CA5-2D6E-4200-B4AB-CCCE40399727}
98
const GUID byteCodeCacheReleaseFileVersion =
10-
{ 0xBAC3A947, 0x4873, 0x4DAF, { 0xAC, 0x60, 0x91, 0x51, 0x16, 0xFF, 0xE7, 0x44 } };
9+
{ 0xDE720CA5, 0x2D6E, 0x4200, { 0xB4, 0xAB, 0xCC, 0xCE, 0x40, 0x39, 0x97, 0x27 } };

0 commit comments

Comments
 (0)