]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
update build version to 4.4.1
authoragiardullo <agiardullo@fb.com>
Thu, 18 Feb 2016 21:52:49 +0000 (13:52 -0800)
committeragiardullo <agiardullo@fb.com>
Thu, 18 Feb 2016 22:40:13 +0000 (14:40 -0800)
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
include/rocksdb/version.h

index f721b7c1c4ee3c1192173415ba8caba0a33d3b33..0eb89e0d9c0d6e86c2f2c85fc1315f0cd56a782d 100644 (file)
@@ -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.
index d8e93db42b2dab9b5df9307ff45c37326bba1d7a..e47abbeb083763e16c21372fb4852a78580d1ecf 100644 (file)
@@ -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