Skip to content

Commit 8a5453b

Browse files
authored
Fix release version number (#300)
1 parent 915f176 commit 8a5453b

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

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

44
Features

cpp-driver/CHANGELOG.md

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

44
Features

cpp-driver/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 14
5656
#define CASS_VERSION_PATCH 0
57-
#define CASS_VERSION_SUFFIX "alpha-2"
57+
#define CASS_VERSION_SUFFIX "alpha2"
5858

5959
#ifdef __cplusplus
6060
extern "C" {

include/dse.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
#define DSE_VERSION_MAJOR 1
5252
#define DSE_VERSION_MINOR 10
5353
#define DSE_VERSION_PATCH 0
54-
#define DSE_VERSION_SUFFIX "alpha-2"
54+
#define DSE_VERSION_SUFFIX "alpha2"
5555

5656
#ifdef __cplusplus
5757
extern "C" {

0 commit comments

Comments
 (0)