version.hh: Pretend to be Cassandra 2.1.8

We are targeting the 2.1.x series so advertise that we're Cassandra
2.1.8 which is the latest stable release.

Signed-off-by: Pekka Enberg <penberg@cloudius-systems.com>
This commit is contained in:
Pekka Enberg
2015-07-28 16:22:51 +03:00
committed by Avi Kivity
parent 079ea13e67
commit 804f5d98f1

View File

@@ -8,7 +8,7 @@ inline const int native_protocol() {
}
inline const sstring& release() {
static sstring v = "2.2.0";
static sstring v = "2.1.8";
return v;
}
}