From 6d575be44adc3de373577a4defc43b5d23b77b59 Mon Sep 17 00:00:00 2001 From: Jimmy Thomson Date: Thu, 28 Jun 2018 11:00:49 -0700 Subject: [PATCH] Preparing initial release of ChakraCore 1.10 --- lib/Common/ChakraCoreVersion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Common/ChakraCoreVersion.h b/lib/Common/ChakraCoreVersion.h index 0c2408aba70..3cae2537262 100644 --- a/lib/Common/ChakraCoreVersion.h +++ b/lib/Common/ChakraCoreVersion.h @@ -55,7 +55,7 @@ // ChakraCore RELEASE and PRERELEASE flags #define CHAKRA_CORE_VERSION_RELEASE 1 -#define CHAKRA_CORE_VERSION_PRERELEASE 1 +#define CHAKRA_CORE_VERSION_PRERELEASE 0 // Chakra RELEASE flag // Mostly redundant with CHAKRA_CORE_VERSION_RELEASE,