Skip to content

Commit

Permalink
release 5.3
Browse files Browse the repository at this point in the history
Summary: Closes facebook#1971

Differential Revision: D4683851

Pulled By: ajkr

fbshipit-source-id: 967116e
  • Loading branch information
ajkr authored and facebook-github-bot committed Mar 9, 2017
1 parent 5dae019 commit fe18356
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Rocksdb Change Log
## Unreleased

## 5.3.0 (03/08/2017)
### Public API Change
* Remove disableDataSync option.
* Remove timeout_hint_us option from WriteOptions. The option has been deprecated and has no effect since 3.13.0.
Expand Down
2 changes: 1 addition & 1 deletion include/rocksdb/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#pragma once

#define ROCKSDB_MAJOR 5
#define ROCKSDB_MINOR 2
#define ROCKSDB_MINOR 3
#define ROCKSDB_PATCH 0

// Do not use these. We made the mistake of declaring macros starting with
Expand Down

0 comments on commit fe18356

Please sign in to comment.