From 7a2e062d0131da18804a130caeb008fa2f8355c5 Mon Sep 17 00:00:00 2001 From: Taylor Woll Date: Thu, 15 Feb 2018 11:50:00 -0800 Subject: [PATCH] Update bytecode cache GUID --- lib/Runtime/ByteCode/ByteCodeCacheReleaseFileVersion.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Runtime/ByteCode/ByteCodeCacheReleaseFileVersion.h b/lib/Runtime/ByteCode/ByteCodeCacheReleaseFileVersion.h index f6ae682f396..efbd3ca7dcd 100644 --- a/lib/Runtime/ByteCode/ByteCodeCacheReleaseFileVersion.h +++ b/lib/Runtime/ByteCode/ByteCodeCacheReleaseFileVersion.h @@ -4,6 +4,6 @@ //------------------------------------------------------------------------------------------------------- // NOTE: If there is a merge conflict the correct fix is to make a new GUID. -// {3A82B6DA-8211-48BD-AB78-A3A92520F7E3} +// {5E35A82C-3DF6-456D-807F-F87DFE3D43D0} const GUID byteCodeCacheReleaseFileVersion = -{ 0x3A82B6DA, 0x8211, 0x48BD, { 0xAB, 0x78, 0xA3, 0xA9, 0x25, 0x20, 0xF7, 0xE3 } }; +{ 0x5e35a82c, 0x3df6, 0x456d, { 0x80, 0x7f, 0xf8, 0x7d, 0xfe, 0x3d, 0x43, 0xd0 } };