Skip to content

Commit

Permalink
Update bytecode version
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhorton committed Apr 26, 2018
1 parent e198731 commit e40c4d7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/Runtime/ByteCode/ByteCodeCacheReleaseFileVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
//-------------------------------------------------------------------------------------------------------
// NOTE: If there is a merge conflict the correct fix is to make a new GUID.
// This file was generated with core\tools\update_bytecode_version.ps1

// {752B5975-74CF-499D-8438-F7028EB3CAC4}
// c5c11daa-2a65-45cf-b996-773483c5edae
const GUID byteCodeCacheReleaseFileVersion =
{ 0x752B5975, 0x74CF, 0x499D, { 0x84, 0x38, 0xF7, 0x02, 0x8E, 0xB3, 0xCA, 0xC4 } };
{ 0xc5c11daa, 0x2a65, 0x45cf, { 0xb9, 0x96, 0x77, 0x34, 0x83, 0xc5, 0xed, 0xae } };

0 comments on commit e40c4d7

Please sign in to comment.