Skip to content

Commit

Permalink
Merge pull request #259 from basho/mas-i1705-altplatform
Browse files Browse the repository at this point in the history
Bump leveldb version
  • Loading branch information
martinsumner committed Feb 17, 2020
2 parents 72f28a1 + 33759c6 commit c7018b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions c_src/build_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if [ `uname -s` = 'SunOS' -a "${POSIX_SHELL}" != "true" ]; then
fi
unset POSIX_SHELL # clear it so if we invoke other scripts, they run as ksh as well

LEVELDB_VSN="2.0.35"
LEVELDB_VSN="2.0.36"

SNAPPY_VSN="1.0.4"

Expand Down Expand Up @@ -103,4 +103,4 @@ case "$1" in
(cp leveldb/perf_dump leveldb/sst_rewrite leveldb/sst_scan leveldb/leveldb_repair ../priv)

;;
esac
esac

0 comments on commit c7018b6

Please sign in to comment.