2 parents 72f28a1 + 33759c6 commit c7018b6Copy full SHA for c7018b6
1 file changed
c_src/build_deps.sh
@@ -8,7 +8,7 @@ if [ `uname -s` = 'SunOS' -a "${POSIX_SHELL}" != "true" ]; then
8
fi
9
unset POSIX_SHELL # clear it so if we invoke other scripts, they run as ksh as well
10
11
-LEVELDB_VSN="2.0.35"
+LEVELDB_VSN="2.0.36"
12
13
SNAPPY_VSN="1.0.4"
14
@@ -103,4 +103,4 @@ case "$1" in
103
(cp leveldb/perf_dump leveldb/sst_rewrite leveldb/sst_scan leveldb/leveldb_repair ../priv)
104
105
;;
106
-esac
+esac
0 commit comments