From 35f26beca5379c1a977d44e5c1a1431545be5e57 Mon Sep 17 00:00:00 2001 From: Fosco Marotto Date: Mon, 8 Oct 2018 16:20:25 -0700 Subject: [PATCH] Update version macro for 5.17 (#4472) Summary: Forgot this in previous commit. Pull Request resolved: https://github.com/facebook/rocksdb/pull/4472 Differential Revision: D10244227 Pulled By: gfosco fbshipit-source-id: ba0cf7a2f5271f0d9f9443004e2620887cd5fd11 --- include/rocksdb/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index a2a6426fb..306dd0e77 100644 --- a/include/rocksdb/version.h +++ b/include/rocksdb/version.h @@ -5,7 +5,7 @@ #pragma once #define ROCKSDB_MAJOR 5 -#define ROCKSDB_MINOR 16 +#define ROCKSDB_MINOR 17 #define ROCKSDB_PATCH 0 // Do not use these. We made the mistake of declaring macros starting with