Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit 0ef686c

Browse files
common: 1.10.1-rc1 release
1 parent 25c0949 commit 0ef686c

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.10.1-rc1

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ project(libpmemobj-cpp C CXX)
66

77
set(VERSION_MAJOR 1)
88
set(VERSION_MINOR 10)
9-
set(VERSION_PATCH 0)
10-
#set(VERSION_PRERELEASE rc2)
9+
set(VERSION_PATCH 1)
10+
set(VERSION_PRERELEASE rc1)
1111

1212
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
1313
if (VERSION_PRERELEASE)

ChangeLog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
Mon Aug 22 2022 Łukasz Stolarczuk <[email protected]>
2+
3+
* Version 1.10.1-rc1
4+
5+
This release fixes minor bugs.
6+
7+
This is the last patch release for libpmemobj-cpp 1.10 version.
8+
Maintenance of this version is no longer supported.
9+
10+
It contains all bugfixes and updates from previous patch releases
11+
(1.9.1, 1.8.2, 1.7.1, 1.6.1, 1.5.2).
12+
113
Mon Aug 08 2022 Łukasz Stolarczuk <[email protected]>
214

315
* Version 1.9.1

0 commit comments

Comments
 (0)