Skip to content

Commit 39bf30d

Browse files
author
Michael Fero
committed
Update version and prepare for 2.15.0-alpha release
1 parent 43bfd8a commit 39bf30d

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
2.15.0
1+
2.15.0-alpha
22
===========
33

44
Features

docs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ rules:
6666
use_path_nav_files_only: true
6767

6868
versions:
69+
- name: "2.15"
70+
ref: 2.15.0
6971
- name: "2.14"
7072
ref: 2.14.0
7173
- name: "2.13"

include/cassandra.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
#define CASS_VERSION_MAJOR 2
5555
#define CASS_VERSION_MINOR 15
5656
#define CASS_VERSION_PATCH 0
57-
#define CASS_VERSION_SUFFIX "dev"
57+
#define CASS_VERSION_SUFFIX "alpha"
5858

5959
#ifdef __cplusplus
6060
extern "C" {

0 commit comments

Comments
 (0)