From: Maysam Yabandeh Date: Mon, 9 Apr 2018 23:55:11 +0000 (-0700) Subject: bump patch number to 5.12.3 X-Git-Tag: v5.12.3~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d4f30520f997ca7f86d0237fc5dc5a8a80b3a945;p=rocksdb.git bump patch number to 5.12.3 --- diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index 92268158..f883d5a8 100644 --- a/include/rocksdb/version.h +++ b/include/rocksdb/version.h @@ -6,7 +6,7 @@ #define ROCKSDB_MAJOR 5 #define ROCKSDB_MINOR 12 -#define ROCKSDB_PATCH 2 +#define ROCKSDB_PATCH 3 // 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