We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 43bfd8a + 39bf30d commit 7a33b41Copy full SHA for 7a33b41
3 files changed
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-2.15.0
+2.15.0-alpha
2
===========
3
4
Features
docs.yaml
@@ -66,6 +66,8 @@ rules:
66
use_path_nav_files_only: true
67
68
versions:
69
+ - name: "2.15"
70
+ ref: 2.15.0
71
- name: "2.14"
72
ref: 2.14.0
73
- name: "2.13"
include/cassandra.h
@@ -54,7 +54,7 @@
54
#define CASS_VERSION_MAJOR 2
55
#define CASS_VERSION_MINOR 15
56
#define CASS_VERSION_PATCH 0
57
-#define CASS_VERSION_SUFFIX "dev"
+#define CASS_VERSION_SUFFIX "alpha"
58
59
#ifdef __cplusplus
60
extern "C" {
0 commit comments