File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
- 1.12 .0
1
+ 1.13 .0
Original file line number Diff line number Diff line change 1
1
//-------------------------------------------------------------------------------------------------------
2
2
// Copyright (C) Microsoft. All rights reserved.
3
+ // Copyright (c) 2021 ChakraCore Project Contributors. All rights reserved.
3
4
// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
4
5
//-------------------------------------------------------------------------------------------------------
5
6
#pragma once
16
17
17
18
// ChakraCore version number definitions (used in ChakraCore binary metadata)
18
19
#define CHAKRA_CORE_MAJOR_VERSION 1
19
- #define CHAKRA_CORE_MINOR_VERSION 12
20
+ #define CHAKRA_CORE_MINOR_VERSION 13
20
21
#define CHAKRA_CORE_PATCH_VERSION 0
21
22
#define CHAKRA_CORE_VERSION_RELEASE_QFE 0 // Redundant with PATCH_VERSION. Keep this value set to 0.
22
23
You can’t perform that action at this time.
0 commit comments