Skip to content

Commit 1614345

Browse files
jaykoreanfacebook-github-bot
authored andcommitted
add missing version.h change for 10.3 release (facebook#13567)
Summary: Follow up for facebook#13566 Pull Request resolved: facebook#13567 Test Plan: CI Reviewed By: pdillinger Differential Revision: D73407482 Pulled By: jaykorean fbshipit-source-id: 0bb7492473c0691a50d25288f0350ab097958de7
1 parent c237022 commit 1614345

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
@@ -12,7 +12,7 @@
1212
// NOTE: in 'main' development branch, this should be the *next*
1313
// minor or major version number planned for release.
1414
#define ROCKSDB_MAJOR 10
15-
#define ROCKSDB_MINOR 2
15+
#define ROCKSDB_MINOR 3
1616
#define ROCKSDB_PATCH 0
1717

1818
// Do not use these. We made the mistake of declaring macros starting with

0 commit comments

Comments
 (0)