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

Commit 9670a69

Browse files
common: 1.8.2 release
1 parent d4633ac commit 9670a69

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.8.2-rc1
1+
1.8.2

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ project(libpmemobj-cpp C CXX)
3535
set(VERSION_MAJOR 1)
3636
set(VERSION_MINOR 8)
3737
set(VERSION_PATCH 2)
38-
set(VERSION_PRERELEASE rc1)
38+
# set(VERSION_PRERELEASE rc1)
3939

4040
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR})
4141
if (VERSION_PATCH GREATER 0)

ChangeLog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Mon Aug 01 2022 Łukasz Stolarczuk <[email protected]>
22

3-
* Version 1.8.2-rc1
3+
* Version 1.8.2
44

55
This release fixes minor bugs.
66

7-
This is the last patch release for libpmemobj-cpp 1.7 version.
7+
This is the last patch release for libpmemobj-cpp 1.8 version.
88
Maintenance of this version is no longer supported.
99

1010
Notable changes:

0 commit comments

Comments
 (0)