From 528c4bc09422aa712c8969adc64db4ad5bb4dc1b Mon Sep 17 00:00:00 2001 From: Doug Ilijev Date: Thu, 8 Nov 2018 12:01:28 -0800 Subject: [PATCH] Update release/1.11 to version 1.11.3 --- Build/NuGet/.pack-version | 2 +- lib/Common/ChakraCoreVersion.h | 2 +- lib/Runtime/ByteCode/ByteCodeCacheReleaseFileVersion.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Build/NuGet/.pack-version b/Build/NuGet/.pack-version index ca7176690dd..0a5af26df3f 100644 --- a/Build/NuGet/.pack-version +++ b/Build/NuGet/.pack-version @@ -1 +1 @@ -1.11.2 +1.11.3 diff --git a/lib/Common/ChakraCoreVersion.h b/lib/Common/ChakraCoreVersion.h index 53fdc65c49e..3c5998e6ba6 100644 --- a/lib/Common/ChakraCoreVersion.h +++ b/lib/Common/ChakraCoreVersion.h @@ -17,7 +17,7 @@ // ChakraCore version number definitions (used in ChakraCore binary metadata) #define CHAKRA_CORE_MAJOR_VERSION 1 #define CHAKRA_CORE_MINOR_VERSION 11 -#define CHAKRA_CORE_PATCH_VERSION 2 +#define CHAKRA_CORE_PATCH_VERSION 3 #define CHAKRA_CORE_VERSION_RELEASE_QFE 0 // Redundant with PATCH_VERSION. Keep this value set to 0. // ------------- diff --git a/lib/Runtime/ByteCode/ByteCodeCacheReleaseFileVersion.h b/lib/Runtime/ByteCode/ByteCodeCacheReleaseFileVersion.h index 959f5cd6fa9..298228f5684 100644 --- a/lib/Runtime/ByteCode/ByteCodeCacheReleaseFileVersion.h +++ b/lib/Runtime/ByteCode/ByteCodeCacheReleaseFileVersion.h @@ -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 -// {67AFB5DE-5B86-43E8-B3B5-CFD25FEA8FC3} +// {26894CEE-B780-4CD4-B793-7B0972AEEDD9} const GUID byteCodeCacheReleaseFileVersion = -{ 0x67AFB5DE, 0x5B86, 0x43E8, { 0xB3, 0xB5, 0xCF, 0xD2, 0x5F, 0xEA, 0x8F, 0xC3 } }; +{ 0x26894CEE, 0xB780, 0x4CD4, { 0xB7, 0x93, 0x7B, 0x09, 0x72, 0xAE, 0xED, 0xD9 } };