]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
bump version
authorAndrew Kryczka <andrewkr@fb.com>
Thu, 7 Dec 2017 03:12:48 +0000 (19:12 -0800)
committerAndrew Kryczka <andrewkr@fb.com>
Thu, 7 Dec 2017 03:12:48 +0000 (19:12 -0800)
include/rocksdb/version.h

index 3b309cbadaf45797544bb6a3181e44f018ce9be1..557d3c19d49315e9ea0c6808a04969e492c479de 100644 (file)
@@ -6,7 +6,7 @@
 
 #define ROCKSDB_MAJOR 5
 #define ROCKSDB_MINOR 9
-#define ROCKSDB_PATCH 1
+#define ROCKSDB_PATCH 2
 
 // 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