Skip to content

Commit

Permalink
Update cassandra.h for 2.17.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
absurdfarce committed Jul 31, 2023
1 parent f011b47 commit a865ff7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/cassandra.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
*/

#define CASS_VERSION_MAJOR 2
#define CASS_VERSION_MINOR 16
#define CASS_VERSION_PATCH 2
#define CASS_VERSION_SUFFIX ""
#define CASS_VERSION_MINOR 17
#define CASS_VERSION_PATCH 0
#define CASS_VERSION_SUFFIX "rc1"

#ifdef __cplusplus
extern "C" {
Expand Down

0 comments on commit a865ff7

Please sign in to comment.