Skip to content

Commit

Permalink
updated version.h version
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Oct 25, 2022
1 parent 1169c43 commit 1a99e16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/rocksdb/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@

// NOTE: in 'main' development branch, this should be the *next*
// minor or major version number planned for release.
#define ROCKSDB_MAJOR 7
#define ROCKSDB_MAJOR 2
#define ROCKSDB_MINOR 2
#define ROCKSDB_PATCH 2
#define ROCKSDB_PATCH 99

// 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
Expand Down

0 comments on commit 1a99e16

Please sign in to comment.