From: Islam AbdelRahman Date: Wed, 27 Jan 2016 03:07:19 +0000 (-0800) Subject: Release 4.3.1 X-Git-Tag: rocksdb-4.3^0 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d788d9a9eb57dee9c0d52ef02db293bb7a09a538;p=rocksdb.git Release 4.3.1 --- diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index 408afdad..eaa64a03 100644 --- a/include/rocksdb/version.h +++ b/include/rocksdb/version.h @@ -6,7 +6,7 @@ #define ROCKSDB_MAJOR 4 #define ROCKSDB_MINOR 3 -#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