Ver Fonte

Update version number to 1.5.3

Jimmy Thomson há 8 anos atrás
pai
commit
7be8d526f7
2 ficheiros alterados com 2 adições e 2 exclusões
  1. 1 1
      Build/NuGet/.pack-version
  2. 1 1
      lib/Common/ChakraCoreVersion.h

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

@@ -1 +1 @@
-1.5.2
+1.5.3

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