]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
bump version to 5.3.3 rocksdb-5.3.3 v5.3.3
authorIslam AbdelRahman <tec@fb.com>
Wed, 12 Apr 2017 18:36:12 +0000 (11:36 -0700)
committerIslam AbdelRahman <tec@fb.com>
Wed, 12 Apr 2017 18:36:12 +0000 (11:36 -0700)
include/rocksdb/version.h

index f244787b76b62c4530eb5b6e6ecfd5798d3b36ab..5994b231470c0ea5d2aab7d632e56bb01cb05510 100644 (file)
@@ -6,7 +6,7 @@
 
 #define ROCKSDB_MAJOR 5
 #define ROCKSDB_MINOR 3
-#define ROCKSDB_PATCH 2
+#define ROCKSDB_PATCH 3
 
 // 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