Skip to content

Commit 969f5ed

Browse files
authored
Merge pull request #6755 from ppenzin/version-bump
Bump version to 1.13
2 parents dadbaae + ac3739e commit 969f5ed

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Build/NuGet/.pack-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.12.0
1+
1.13.0

lib/Common/ChakraCoreVersion.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//-------------------------------------------------------------------------------------------------------
22
// Copyright (C) Microsoft. All rights reserved.
3+
// Copyright (c) 2021 ChakraCore Project Contributors. All rights reserved.
34
// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
45
//-------------------------------------------------------------------------------------------------------
56
#pragma once
@@ -16,7 +17,7 @@
1617

1718
// ChakraCore version number definitions (used in ChakraCore binary metadata)
1819
#define CHAKRA_CORE_MAJOR_VERSION 1
19-
#define CHAKRA_CORE_MINOR_VERSION 12
20+
#define CHAKRA_CORE_MINOR_VERSION 13
2021
#define CHAKRA_CORE_PATCH_VERSION 0
2122
#define CHAKRA_CORE_VERSION_RELEASE_QFE 0 // Redundant with PATCH_VERSION. Keep this value set to 0.
2223

0 commit comments

Comments
 (0)