From 1053358a84e0a7efc4edc0767f3595023b3aedd9 Mon Sep 17 00:00:00 2001 From: Igor Canadi Date: Wed, 23 Jul 2014 10:21:54 -0400 Subject: [PATCH] Bump the version --- 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 cd42e801c..3e4e4934a 100644 --- a/include/rocksdb/version.h +++ b/include/rocksdb/version.h @@ -6,7 +6,7 @@ // Also update Makefile if you change these #define ROCKSDB_MAJOR 3 -#define ROCKSDB_MINOR 3 +#define ROCKSDB_MINOR 4 #define ROCKSDB_PATCH 0 // Do not use these. We made the mistake of declaring macros starting with