Skip to content

Commit

Permalink
[MERGE #3402 @dilijev] Change release/1.7 to RELEASE mode and update …
Browse files Browse the repository at this point in the history
…bytecode GUID.

Merge pull request #3402 from dilijev:r17rel

Since we'll release soon, skipping PRERELEASE.
  • Loading branch information
dilijev committed Jul 24, 2017
2 parents a95b99f + a478272 commit e63dc6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/Common/ChakraCoreVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 @@ -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 } };

0 comments on commit e63dc6f

Please sign in to comment.