Pārlūkot izejas kodu

Bumping version prior to release

Jimmy Thomson 7 gadi atpakaļ
vecāks
revīzija
328dbb5fb7
2 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 1 1
      Build/NuGet/.pack-version
  2. 1 1
      lib/Common/ChakraCoreVersion.h

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

@@ -1 +1 @@
-1.11.0
+1.11.1

+ 1 - 1
lib/Common/ChakraCoreVersion.h

@@ -17,7 +17,7 @@
 // ChakraCore version number definitions (used in ChakraCore binary metadata)
 // ChakraCore version number definitions (used in ChakraCore binary metadata)
 #define CHAKRA_CORE_MAJOR_VERSION 1
 #define CHAKRA_CORE_MAJOR_VERSION 1
 #define CHAKRA_CORE_MINOR_VERSION 11
 #define CHAKRA_CORE_MINOR_VERSION 11
-#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.
 #define CHAKRA_CORE_VERSION_RELEASE_QFE 0 // Redundant with PATCH_VERSION. Keep this value set to 0.
 
 
 // -------------
 // -------------