From: Andrew Kryczka Date: Wed, 28 Jun 2017 22:50:17 +0000 (-0700) Subject: bump patch number X-Git-Tag: rocksdb-5.4.7 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f7bbe43d4824e3275ce8a3c3897cab14a54308df;p=rocksdb.git bump patch number --- diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index 0fbf4ba4..3a5abe78 100644 --- a/include/rocksdb/version.h +++ b/include/rocksdb/version.h @@ -6,7 +6,7 @@ #define ROCKSDB_MAJOR 5 #define ROCKSDB_MINOR 4 -#define ROCKSDB_PATCH 6 +#define ROCKSDB_PATCH 7 // 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