Skip to content

Commit

Permalink
upgrade rocksdb to 5.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yinqiwen committed Apr 15, 2018
1 parent 438223c commit 5c47566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ SNAPPY_FILE=${SNAPPY_PATH}.tar.gz
SNAPPY_REMOTE_FILE=https://github.com/google/snappy/releases/download/${SNAPPY_VER}/snappy-${SNAPPY_VER}.tar.gz
SNAPPY_LIBA=${SNAPPY_PATH}/.libs/libsnappy.a

ROCKSDB_VER=5.9.2
ROCKSDB_VER=5.12.2
ROCKSDB_PATH=${LIB_PATH}/rocksdb-${ROCKSDB_VER}
ROCKSDB_REMOTE_FILE=https://github.com/facebook/rocksdb/archive/v${ROCKSDB_VER}.tar.gz
ROCKSDB_FILE=${ROCKSDB_PATH}.tar.gz
Expand Down

0 comments on commit 5c47566

Please sign in to comment.