summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIslam AbdelRahman <tec@fb.com>2016-01-26 19:07:19 -0800
committerIslam AbdelRahman <tec@fb.com>2016-01-26 19:07:19 -0800
commitd788d9a9eb57dee9c0d52ef02db293bb7a09a538 (patch)
tree67e73e830ae6d5e3327012c74912ac6c97b4055f
parent8a294d6673687dda848d0d34f55100d4ad2fba79 (diff)
-rw-r--r--include/rocksdb/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h
index 408afdadb..eaa64a037 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