Skip to content

Commit c7018b6

Browse files
authored
Merge pull request #259 from basho/mas-i1705-altplatform
Bump leveldb version
2 parents 72f28a1 + 33759c6 commit c7018b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

c_src/build_deps.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if [ `uname -s` = 'SunOS' -a "${POSIX_SHELL}" != "true" ]; then
88
fi
99
unset POSIX_SHELL # clear it so if we invoke other scripts, they run as ksh as well
1010

11-
LEVELDB_VSN="2.0.35"
11+
LEVELDB_VSN="2.0.36"
1212

1313
SNAPPY_VSN="1.0.4"
1414

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

105105
;;
106-
esac
106+
esac

0 commit comments

Comments
 (0)