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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user