Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
382a9b9f
Commit
382a9b9f
authored
Dec 15, 2017
by
Razvan Becheriu
Browse files
fixed unit tests
parent
ed745b54
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dhcpsrv/cql_connection.h
View file @
382a9b9f
...
...
@@ -45,9 +45,9 @@ constexpr uint32_t CQL_DRIVER_VERSION_MAJOR = CASS_VERSION_MAJOR;
constexpr
uint32_t
CQL_DRIVER_VERSION_MINOR
=
CASS_VERSION_MINOR
;
/// @}
/// Define CQL schema version:
2
.0
/// Define CQL schema version:
1
.0
/// @{
constexpr
uint32_t
CQL_SCHEMA_VERSION_MAJOR
=
2
u
;
constexpr
uint32_t
CQL_SCHEMA_VERSION_MAJOR
=
1
u
;
constexpr
uint32_t
CQL_SCHEMA_VERSION_MINOR
=
0u
;
/// @}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment