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

Commit bc2fd84

Browse files
Merge pull request #998 from igchor/bump_obj
Bump required version of libpmemobj
2 parents 480c990 + ef6ffa8 commit bc2fd84

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/gha.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
VCPKG_DEFAULT_TRIPLET: x64-windows
7676
GENERATOR: "Visual Studio 16 2019"
7777
ARCH: "x64"
78-
PMDK_VERSION: "1.8"
78+
PMDK_VERSION: "1.9"
7979
CMAKE_TOOLCHAIN_FILE: "C:\\vcpkg\\scripts\\buildsystems\\vcpkg.cmake"
8080
CMAKE_INSTALL_PREFIX: "C:\\install\\libpmemobj-cpp"
8181
WORKDIR: "D:\\a\\libpmemobj-cpp\\libpmemobj-cpp\\"

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ else()
3737
set(SRCVERSION ${VERSION})
3838
endif()
3939

40-
set(LIBPMEMOBJ_REQUIRED_VERSION 1.8)
40+
set(LIBPMEMOBJ_REQUIRED_VERSION 1.9)
4141
set(LIBPMEM_REQUIRED_VERSION 1.7)
4242
# Only pmreorder in ver. >= 1.9 guarantees reliable output
4343
set(PMREORDER_REQUIRED_VERSION 1.9)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ To install **libpmemobj-cpp** on Fedora or RedHat execute:
6565
You will need the following packages for compilation:
6666

6767
- **cmake** >= 3.3
68-
- **libpmemobj-dev(el)** >= 1.8 (https://pmem.io/pmdk/)
68+
- **libpmemobj-dev(el)** >= 1.9 (https://pmem.io/pmdk/)
6969
- compiler with C++11 support
7070
- **gcc** >= 4.8.1<sup> 1</sup>
7171
- **clang** >= 3.3

0 commit comments

Comments
 (0)