Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
[Merge chakra-core/ChakraCore@36d1ef2fa7] [MERGE #3015 @dilijev] rele…
Browse files Browse the repository at this point in the history
…ase/1.5: Update version number to 1.5.0

Merge pull request #3015 from dilijev:ver150
  • Loading branch information
chakrabot authored and kfarnung committed Jun 5, 2017
1 parent 0089410 commit 9f03510
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deps/chakrashim/core/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 deps/chakrashim/core/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 9f03510

Please sign in to comment.