Skip to content

Commit

Permalink
[MERGE #3015 @dilijev] release/1.5: Update version number to 1.5.0
Browse files Browse the repository at this point in the history
Merge pull request #3015 from dilijev:ver150
  • Loading branch information
dilijev committed May 23, 2017
2 parents 264b64d + 9a3beca commit 36d1ef2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Build/NuGet/.pack-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0
1.5.0
6 changes: 3 additions & 3 deletions lib/Common/ChakraCoreVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
// --------------

// ChakraCore version number definitions (used in ChakraCore binary metadata)
#define CHAKRA_CORE_MAJOR_VERSION 2
#define CHAKRA_CORE_MINOR_VERSION 0
#define CHAKRA_CORE_MAJOR_VERSION 1
#define CHAKRA_CORE_MINOR_VERSION 5
#define CHAKRA_CORE_PATCH_VERSION 0
#define CHAKRA_CORE_VERSION_RELEASE_QFE 0 // Redundant with PATCH_VERSION. Keep this value set to 0.

Expand Down Expand Up @@ -60,4 +60,4 @@
// Chakra RELEASE flag
// Mostly redundant with CHAKRA_CORE_VERSION_RELEASE,
// but semantically refers to Chakra rather than ChakraCore.
#define CHAKRA_VERSION_RELEASE 1
#define CHAKRA_VERSION_RELEASE 0

0 comments on commit 36d1ef2

Please sign in to comment.