Skip to content

Commit

Permalink
[MERGE #6348 @pleath] Update byte code version for class definition c…
Browse files Browse the repository at this point in the history
…hange

Merge pull request #6348 from pleath:bytecodeclass
  • Loading branch information
pleath committed Dec 5, 2019
2 parents 4a6577c + 4e280a9 commit 0a70737
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Runtime/ByteCode/ByteCodeCacheReleaseFileVersion.h
Expand Up @@ -5,6 +5,6 @@
// NOTE: If there is a merge conflict the correct fix is to make a new GUID.
// This file was generated with tools\update_bytecode_version.ps1

// {8DD0E3D3-6A6D-4D1F-8EED-D87D6217AB24}
// {5C20FA9E-A347-4731-A0DE-148B4FA12B04}
const GUID byteCodeCacheReleaseFileVersion =
{ 0x8DD0E3D3, 0x6A6D, 0x4D1F, { 0x8E, 0xED, 0xD8, 0x7D, 0x62, 0x17, 0xAB, 0x24 } };
{ 0x5C20FA9E, 0xA347, 0x4731, { 0xA0, 0xDE, 0x14, 0x8B, 0x4F, 0xA1, 0x2B, 0x04 } };

0 comments on commit 0a70737

Please sign in to comment.