From 7b859d11be25476d6dfb73d9306b6bc049b7c397 Mon Sep 17 00:00:00 2001 From: Doug Ilijev Date: Mon, 30 Jan 2017 18:57:53 -0800 Subject: [PATCH] Set release/1.4 version to 1.4.1 and update .pack-version --- Build/NuGet/.pack-version | 2 +- lib/Common/ChakraCoreVersion.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Build/NuGet/.pack-version b/Build/NuGet/.pack-version index b283893d7ab..347f5833ee6 100644 --- a/Build/NuGet/.pack-version +++ b/Build/NuGet/.pack-version @@ -1 +1 @@ -2.0.2-pre \ No newline at end of file +1.4.1 diff --git a/lib/Common/ChakraCoreVersion.h b/lib/Common/ChakraCoreVersion.h index 3b89b9a0390..d28228ba25a 100644 --- a/lib/Common/ChakraCoreVersion.h +++ b/lib/Common/ChakraCoreVersion.h @@ -17,7 +17,7 @@ // ChakraCore version number definitions (used in ChakraCore binary metadata) #define CHAKRA_CORE_MAJOR_VERSION 1 #define CHAKRA_CORE_MINOR_VERSION 4 -#define CHAKRA_CORE_PATCH_VERSION 0 +#define CHAKRA_CORE_PATCH_VERSION 1 #define CHAKRA_CORE_VERSION_RELEASE_QFE 0 // Redundant with PATCH_VERSION. Keep this value set to 0. // -------------