Skip to content

Commit a865ff7

Browse files
committed
Update cassandra.h for 2.17.0-rc1
1 parent f011b47 commit a865ff7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/cassandra.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@
5252
*/
5353

5454
#define CASS_VERSION_MAJOR 2
55-
#define CASS_VERSION_MINOR 16
56-
#define CASS_VERSION_PATCH 2
57-
#define CASS_VERSION_SUFFIX ""
55+
#define CASS_VERSION_MINOR 17
56+
#define CASS_VERSION_PATCH 0
57+
#define CASS_VERSION_SUFFIX "rc1"
5858

5959
#ifdef __cplusplus
6060
extern "C" {

0 commit comments

Comments
 (0)