Skip to content

Commit e63dc6f

Browse files
committed
[MERGE #3402 @dilijev] Change release/1.7 to RELEASE mode and update bytecode GUID.
Merge pull request #3402 from dilijev:r17rel Since we'll release soon, skipping PRERELEASE.
2 parents a95b99f + a478272 commit e63dc6f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/Common/ChakraCoreVersion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
// * Does not add anything to the file description
5555

5656
// ChakraCore RELEASE and PRERELEASE flags
57-
#define CHAKRA_CORE_VERSION_RELEASE 0
57+
#define CHAKRA_CORE_VERSION_RELEASE 1
5858
#define CHAKRA_CORE_VERSION_PRERELEASE 0
5959

6060
// Chakra RELEASE flag

lib/Runtime/ByteCode/ByteCodeCacheReleaseFileVersion.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
//-------------------------------------------------------------------------------------------------------
55
// NOTE: If there is a merge conflict the correct fix is to make a new GUID.
66

7-
// {bda4bd8f-ebf1-4bb3-9763-76fee220e6f8}
7+
// {0c4030fc-3b4d-4d52-99f0-9c0995c1a7ef}
88
const GUID byteCodeCacheReleaseFileVersion =
9-
{ 0xbda4bd8f, 0xebf1, 0x4bb3, { 0x97, 0x63, 0x76, 0xfe, 0xe2, 0x20, 0xe6, 0xf8 } };
9+
{ 0x0c4030fc, 0x3b4d, 0x4d52, { 0x99, 0xf0, 0x9c, 0x09, 0x95, 0xc1, 0xa7, 0xef } };

0 commit comments

Comments
 (0)