Prepare 3.12

Summary: About to cut release

Test Plan: none

Reviewers: igor

Reviewed By: igor

Subscribers: dhruba, leveldb

Differential Revision: https://reviews.facebook.net/D41061
This commit is contained in:
agiardullo 2015-07-02 11:08:34 -07:00
parent a69bc91e37
commit 4159f5b87b
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
# Rocksdb Change Log
## 3.12.0 (7/2/2015)
### New Features
* Added experimental support for optimistic transactions. See include/rocksdb/utilities/optimistic_transaction.h for more info.
* Added a new way to report QPS from db_bench (check out --report_file and --report_interval_seconds)

View File

@ -5,7 +5,7 @@
#pragma once
#define ROCKSDB_MAJOR 3
#define ROCKSDB_MINOR 11
#define ROCKSDB_MINOR 12
#define ROCKSDB_PATCH 0
// Do not use these. We made the mistake of declaring macros starting with