From: Yanqin Jin Date: Fri, 2 Nov 2018 22:22:52 +0000 (-0700) Subject: Bump version X-Git-Tag: v5.17.2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fb4063749bb0a12febee3f85079b5dab649eb762;p=rocksdb.git Bump version --- diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index b40b33ac..c24ba1d3 100644 --- a/include/rocksdb/version.h +++ b/include/rocksdb/version.h @@ -6,7 +6,7 @@ #define ROCKSDB_MAJOR 5 #define ROCKSDB_MINOR 17 -#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