Skip to content

Commit d2f1a9f

Browse files
committed
Set release/1.10 to PRERELEASE mode and update GUID.
1 parent 6e4f61e commit d2f1a9f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/Common/ChakraCoreVersion.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
// * Does not add anything to the file description
5555

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

6060
// Chakra RELEASE flag
6161
// Mostly redundant with CHAKRA_CORE_VERSION_RELEASE,

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-
// {9B3A48D4-C8EF-46CF-A473-14CB0DA3244F}
7+
// {FA023F41-FD80-42FE-B141-DA0E5C887D79}
88
const GUID byteCodeCacheReleaseFileVersion =
9-
{ 0x9B3A48D4, 0xC8EF, 0x46CF, { 0xA4, 0x73, 0x14, 0xCB, 0x0D, 0xA3, 0x24, 0x4F } };
9+
{ 0xFA023F41, 0xFD80, 0x42FE, { 0xB1, 0x41, 0xDA, 0x0E, 0x5C, 0x88, 0x7D, 0x79 } };

0 commit comments

Comments
 (0)