diff --git a/c_src/build_deps.sh b/c_src/build_deps.sh index 207d2877..cfb1120c 100755 --- a/c_src/build_deps.sh +++ b/c_src/build_deps.sh @@ -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" @@ -103,4 +103,4 @@ case "$1" in (cp leveldb/perf_dump leveldb/sst_rewrite leveldb/sst_scan leveldb/leveldb_repair ../priv) ;; -esac \ No newline at end of file +esac