From a4782721fb72eb09a9f36e597d0da4c4a92c274f Mon Sep 17 00:00:00 2001 From: Doug Ilijev Date: Thu, 20 Jul 2017 13:42:55 -0700 Subject: [PATCH] Change release/1.7 to RELEASE mode and update bytecode GUID. --- lib/Common/ChakraCoreVersion.h | 2 +- lib/Runtime/ByteCode/ByteCodeCacheReleaseFileVersion.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/Common/ChakraCoreVersion.h b/lib/Common/ChakraCoreVersion.h index b525cb0ce77..73c2784f0ed 100644 --- a/lib/Common/ChakraCoreVersion.h +++ b/lib/Common/ChakraCoreVersion.h @@ -54,7 +54,7 @@ // * Does not add anything to the file description // ChakraCore RELEASE and PRERELEASE flags -#define CHAKRA_CORE_VERSION_RELEASE 0 +#define CHAKRA_CORE_VERSION_RELEASE 1 #define CHAKRA_CORE_VERSION_PRERELEASE 0 // Chakra RELEASE flag diff --git a/lib/Runtime/ByteCode/ByteCodeCacheReleaseFileVersion.h b/lib/Runtime/ByteCode/ByteCodeCacheReleaseFileVersion.h index c91f6baf79f..9b3921eb29e 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. -// {bda4bd8f-ebf1-4bb3-9763-76fee220e6f8} +// {0c4030fc-3b4d-4d52-99f0-9c0995c1a7ef} const GUID byteCodeCacheReleaseFileVersion = -{ 0xbda4bd8f, 0xebf1, 0x4bb3, { 0x97, 0x63, 0x76, 0xfe, 0xe2, 0x20, 0xe6, 0xf8 } }; +{ 0x0c4030fc, 0x3b4d, 0x4d52, { 0x99, 0xf0, 0x9c, 0x09, 0x95, 0xc1, 0xa7, 0xef } };