Skip to content

Commit 461d7f4

Browse files
committed
Bump patch version to fix a mistake in release tagging
1 parent 04b53a2 commit 461d7f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/rocksdb/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// minor or major version number planned for release.
1414
#define ROCKSDB_MAJOR 9
1515
#define ROCKSDB_MINOR 11
16-
#define ROCKSDB_PATCH 1
16+
#define ROCKSDB_PATCH 2
1717

1818
// Do not use these. We made the mistake of declaring macros starting with
1919
// double underscore. Now we have to live with our choice. We'll deprecate these

0 commit comments

Comments
 (0)