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

Commit

Permalink
utils: bump libpmemobj-cpp version
Browse files Browse the repository at this point in the history
  • Loading branch information
igchor committed Jul 21, 2021
1 parent 395ce1d commit 0f268ea
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions utils/docker/images/install-libpmemobj-cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ PREFIX="/usr"
PACKAGE_TYPE=${1^^} #To uppercase
echo "PACKAGE_TYPE: ${PACKAGE_TYPE}"

# Merge pull request #1151 from igchor/more_radix_fixes
# More radix fixes
LIBPMEMOBJ_CPP_VERSION="36bfcee24b652f5dba702d35adf4989f3e9baa7a"
# 1.13.0-rc1 release
LIBPMEMOBJ_CPP_VERSION="5629c29a2a998ce0c1b45db5885358c35435a7a3"
echo "LIBPMEMOBJ_CPP_VERSION: ${LIBPMEMOBJ_CPP_VERSION}"

build_dir=$(mktemp -d -t libpmemobj-cpp-XXX)
Expand Down

0 comments on commit 0f268ea

Please sign in to comment.