Skip to content

Commit e2a9c77

Browse files
committed
[1.11>master] [MERGE #5765 @dilijev] Update release/1.11 to version 1.11.2
Merge pull request #5765 from dilijev:version-1.11.2
2 parents c8ae2c6 + 558f84b commit e2a9c77

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 tools\update_bytecode_version.ps1
67

7-
// {3149B52F-5789-47B2-83EC-04670A814491}
8+
// {53DFA887-ACFF-4247-880D-109E2A4BDA56}
89
const GUID byteCodeCacheReleaseFileVersion =
9-
{ 0x3149B52F, 0x5789, 0x47B2, { 0x83, 0xEC, 0x04, 0x67, 0x0A, 0x81, 0x44, 0x91 } };
10+
{ 0x53DFA887, 0xACFF, 0x4247, { 0x88, 0x0D, 0x10, 0x9E, 0x2A, 0x4B, 0xDA, 0x56 } };

0 commit comments

Comments
 (0)