Skip to content

Commit 1c21307

Browse files
committed
Update bytecode version
1 parent 027909e commit 1c21307

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/Runtime/ByteCode/ByteCodeCacheReleaseFileVersion.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
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 core\tools\update_bytecode_version.ps1
67

7-
// {752B5975-74CF-499D-8438-F7028EB3CAC4}
8+
// ff1383c0-294e-4703-a747-d19f1096e563
89
const GUID byteCodeCacheReleaseFileVersion =
9-
{ 0x752B5975, 0x74CF, 0x499D, { 0x84, 0x38, 0xF7, 0x02, 0x8E, 0xB3, 0xCA, 0xC4 } };
10+
{ 0xff1383c0, 0x294e, 0x4703, { 0xa7, 0x47, 0xd1, 0x9f, 0x10, 0x96, 0xe5, 0x63 } };

0 commit comments

Comments
 (0)