diff --git a/c_src/build_deps.sh b/c_src/build_deps.sh index cb1af2ae..bacdbf9e 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="1.4.0" +LEVELDB_VSN="1.4.1" SNAPPY_VSN="1.0.4"