Skip to content

Commit c459fea

Browse files
committed
[MERGE #6388 @pleath] Update byte code ID for InitConst change
Merge pull request #6388 from pleath:master-bc-0311
2 parents 8a1584c + 1f62a70 commit c459fea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Runtime/ByteCode/ByteCodeCacheReleaseFileVersion.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
// NOTE: If there is a merge conflict the correct fix is to make a new GUID.
66
// This file was generated with tools\update_bytecode_version.ps1
77

8-
// {81AEEA4B-AE4E-40C0-848F-6DB7C5F49F55}
8+
// {2C341884-72E5-4799-923C-DB8EDAFEEA89}
99
const GUID byteCodeCacheReleaseFileVersion =
10-
{ 0x81AEEA4B, 0xAE4E, 0x40C0, { 0x84, 0x8F, 0x6D, 0xB7, 0xC5, 0xF4, 0x9F, 0x55 } };
10+
{ 0x2C341884, 0x72E5, 0x4799, { 0x92, 0x3C, 0xDB, 0x8E, 0xDA, 0xFE, 0xEA, 0x89 } };

0 commit comments

Comments
 (0)