]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Bump version to 5.7.3 rocksdb-5.7.3 v5.7.3
authorAndrew Kryczka <andrewkr@fb.com>
Wed, 30 Aug 2017 06:08:32 +0000 (23:08 -0700)
committerAndrew Kryczka <andrewkr@fb.com>
Wed, 30 Aug 2017 06:08:32 +0000 (23:08 -0700)
include/rocksdb/version.h

index 5827847e66c73cd5f73208666be00c1e14e542ec..8d67af801b8bbfbdc9748b50687f4390cf742bba 100644 (file)
@@ -6,7 +6,7 @@
 
 #define ROCKSDB_MAJOR 5
 #define ROCKSDB_MINOR 7
-#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