Browse Source

[MERGE #3730 @MSLaguana] Preparing for release 1.6.2

Merge pull request #3730 from MSLaguana:release162
Jimmy Thomson 8 years ago
parent
commit
bd60be5cfe
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Build/NuGet/.pack-version
  2. 1 1
      lib/Common/ChakraCoreVersion.h

+ 1 - 1
Build/NuGet/.pack-version

@@ -1 +1 @@
-1.6.1
+1.6.2

+ 1 - 1
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 6
-#define CHAKRA_CORE_PATCH_VERSION 1
+#define CHAKRA_CORE_PATCH_VERSION 2
 #define CHAKRA_CORE_VERSION_RELEASE_QFE 0 // Redundant with PATCH_VERSION. Keep this value set to 0.
 
 // -------------