From 41eb08a96093a6459a5c2a46c213c451cf9cc63e Mon Sep 17 00:00:00 2001 From: agiardullo Date: Thu, 18 Feb 2016 13:52:49 -0800 Subject: [PATCH] update build version to 4.4.1 Summary: prepare to release 4.4.1 Test Plan: unit tests pass Reviewers: kradhakrishnan, IslamAbdelRahman, sdong Reviewed By: sdong Subscribers: dhruba, leveldb Differential Revision: https://reviews.facebook.net/D54393 --- HISTORY.md | 2 ++ include/rocksdb/version.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index f721b7c1c..0eb89e0d9 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,7 @@ # Rocksdb Change Log +## 4.4.1 (2/18/2016) + ## 4.4.0 (1/14/2016) ### Public API Changes * Change names in CompactionPri and add a new one. diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index d8e93db42..e47abbeb0 100644 --- a/include/rocksdb/version.h +++ b/include/rocksdb/version.h @@ -6,7 +6,7 @@ #define ROCKSDB_MAJOR 4 #define ROCKSDB_MINOR 4 -#define ROCKSDB_PATCH 0 +#define ROCKSDB_PATCH 1 // Do not use these. We made the mistake of declaring macros starting with // double underscore. Now we have to live with our choice. We'll deprecate these