diff --git a/Build/NuGet/.pack-version b/Build/NuGet/.pack-version index 720c7384c61..ca7176690dd 100644 --- a/Build/NuGet/.pack-version +++ b/Build/NuGet/.pack-version @@ -1 +1 @@ -1.11.1 +1.11.2 diff --git a/lib/Common/ChakraCoreVersion.h b/lib/Common/ChakraCoreVersion.h index a2af5401c83..53fdc65c49e 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 1 +#define CHAKRA_CORE_PATCH_VERSION 2 #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 3c6cf1fdb28..959f5cd6fa9 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 -// {BAE0C525-F1E9-4DCF-AF50-C70ACB3E4A7F} +// {67AFB5DE-5B86-43E8-B3B5-CFD25FEA8FC3} const GUID byteCodeCacheReleaseFileVersion = -{ 0xBAE0C525, 0xF1E9, 0x4DCF, { 0xAF, 0x50, 0xC7, 0x0A, 0xCB, 0x3E, 0x4A, 0x7F } }; +{ 0x67AFB5DE, 0x5B86, 0x43E8, { 0xB3, 0xB5, 0xCF, 0xD2, 0x5F, 0xEA, 0x8F, 0xC3 } };