From: Anand Ananthabhotla Date: Wed, 10 Oct 2018 21:10:08 +0000 (-0700) Subject: Update version to 5.16.4 X-Git-Tag: v5.16.6~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fa37825fce7be9928ab31e12c1ef64fdd737f155;p=rocksdb.git Update version to 5.16.4 Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags: --- diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index 1a14b3ef..9263afd3 100644 --- a/include/rocksdb/version.h +++ b/include/rocksdb/version.h @@ -6,7 +6,7 @@ #define ROCKSDB_MAJOR 5 #define ROCKSDB_MINOR 16 -#define ROCKSDB_PATCH 3 +#define ROCKSDB_PATCH 4 // 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