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 5, 2018
1 parent e175a50 commit a3d7c3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Runtime/ByteCode/ByteCodeCacheReleaseFileVersion.h
Original file line number Diff line number Diff line change
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 core\tools\update_bytecode_version.ps1

// b8bff25c-a555-4746-a6e4-40eec0cdc4ac
// 931a1631-c97d-429c-9339-d33a03a538e7
const GUID byteCodeCacheReleaseFileVersion =
{ 0xb8bff25c, 0xa555, 0x4746, { 0xa6, 0xe4, 0x40, 0xee, 0xc0, 0xcd, 0xc4, 0xac } };
{ 0x931a1631, 0xc97d, 0x429c, { 0x93, 0x39, 0xd3, 0x3a, 0x03, 0xa5, 0x38, 0xe7 } };

0 comments on commit a3d7c3b

Please sign in to comment.