From: Andrew Kryczka Date: Wed, 5 Apr 2017 21:13:25 +0000 (-0700) Subject: bump patch version X-Git-Tag: rocksdb-5.3.3~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5e0bddf8378d94197137e0680c992fbdb3d844ef;p=rocksdb.git bump patch version --- diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index 80cb1742..1900f536 100644 --- a/include/rocksdb/version.h +++ b/include/rocksdb/version.h @@ -6,7 +6,7 @@ #define ROCKSDB_MAJOR 5 #define ROCKSDB_MINOR 3 -#define ROCKSDB_PATCH 0 +#define ROCKSDB_PATCH 1 // 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