Explorar o código

Set release/1.10 to PRERELEASE mode and update GUID.

Doug Ilijev %!s(int64=7) %!d(string=hai) anos
pai
achega
d2f1a9fff3

+ 2 - 2
lib/Common/ChakraCoreVersion.h

@@ -54,8 +54,8 @@
 // * Does not add anything to the file description
 
 // ChakraCore RELEASE and PRERELEASE flags
-#define CHAKRA_CORE_VERSION_RELEASE 0
-#define CHAKRA_CORE_VERSION_PRERELEASE 0
+#define CHAKRA_CORE_VERSION_RELEASE 1
+#define CHAKRA_CORE_VERSION_PRERELEASE 1
 
 // Chakra RELEASE flag
 // Mostly redundant with CHAKRA_CORE_VERSION_RELEASE,

+ 2 - 2
lib/Runtime/ByteCode/ByteCodeCacheReleaseFileVersion.h

@@ -4,6 +4,6 @@
 //-------------------------------------------------------------------------------------------------------
 // NOTE: If there is a merge conflict the correct fix is to make a new GUID.
 
-// {9B3A48D4-C8EF-46CF-A473-14CB0DA3244F}
+// {FA023F41-FD80-42FE-B141-DA0E5C887D79}
 const GUID byteCodeCacheReleaseFileVersion =
-{ 0x9B3A48D4, 0xC8EF, 0x46CF, { 0xA4, 0x73, 0x14, 0xCB, 0x0D, 0xA3, 0x24, 0x4F } };
+{ 0xFA023F41, 0xFD80, 0x42FE, { 0xB1, 0x41, 0xDA, 0x0E, 0x5C, 0x88, 0x7D, 0x79 } };