Explorar el Código

[MERGE #2248 @dilijev] Update release/1.3 version to 1.3.2.

Merge pull request #2248 from dilijev:v132
Doug Ilijev hace 9 años
padre
commit
4556ce7862
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lib/Common/ChakraCoreVersion.h

+ 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 3
-#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.
 
 // -------------