Skip to content

Commit 558f84b

Browse files
committed
[MERGE #5765 @dilijev] Update release/1.11 to version 1.11.2
Merge pull request #5765 from dilijev:version-1.11.2
2 parents bc9e381 + 70413a2 commit 558f84b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Build/NuGet/.pack-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.11.1
1+
1.11.2

lib/Common/ChakraCoreVersion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
// ChakraCore version number definitions (used in ChakraCore binary metadata)
1818
#define CHAKRA_CORE_MAJOR_VERSION 1
1919
#define CHAKRA_CORE_MINOR_VERSION 11
20-
#define CHAKRA_CORE_PATCH_VERSION 1
20+
#define CHAKRA_CORE_PATCH_VERSION 2
2121
#define CHAKRA_CORE_VERSION_RELEASE_QFE 0 // Redundant with PATCH_VERSION. Keep this value set to 0.
2222

2323
// -------------

lib/Runtime/ByteCode/ByteCodeCacheReleaseFileVersion.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
// NOTE: If there is a merge conflict the correct fix is to make a new GUID.
66
// This file was generated with tools\update_bytecode_version.ps1
77

8-
// {BAE0C525-F1E9-4DCF-AF50-C70ACB3E4A7F}
8+
// {67AFB5DE-5B86-43E8-B3B5-CFD25FEA8FC3}
99
const GUID byteCodeCacheReleaseFileVersion =
10-
{ 0xBAE0C525, 0xF1E9, 0x4DCF, { 0xAF, 0x50, 0xC7, 0x0A, 0xCB, 0x3E, 0x4A, 0x7F } };
10+
{ 0x67AFB5DE, 0x5B86, 0x43E8, { 0xB3, 0xB5, 0xCF, 0xD2, 0x5F, 0xEA, 0x8F, 0xC3 } };

0 commit comments

Comments
 (0)