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 e75af8f commit 72859d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 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,9 @@ 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"
# Merge pull request #1167 from igchor/inline_string_copy_assignment …
# inline_string: implement copy assignment operator
LIBPMEMOBJ_CPP_VERSION="a97373703c1534296db899c0fd296f51fe5d5c93"
echo "LIBPMEMOBJ_CPP_VERSION: ${LIBPMEMOBJ_CPP_VERSION}"

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

0 comments on commit 72859d7

Please sign in to comment.