Skip to content

Commit

Permalink
[MERGE #5822 @dilijev] Update release/1.11 to version 1.11.3
Browse files Browse the repository at this point in the history
Merge pull request #5822 from dilijev:v1-11-3
  • Loading branch information
dilijev committed Nov 10, 2018
2 parents aa0db70 + 528c4bc commit 62f50ea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Build/NuGet/.pack-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.2
1.11.3
2 changes: 1 addition & 1 deletion lib/Common/ChakraCoreVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.

// -------------
Expand Down
4 changes: 2 additions & 2 deletions lib/Runtime/ByteCode/ByteCodeCacheReleaseFileVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 } };

0 comments on commit 62f50ea

Please sign in to comment.