Don't lock versions into compiled constants, underpinning shared lib could be
updated and we'd never know. FossilOrigin-Name: bb2f3334eee618c651acc8cd9859554f97ac29589145b17ac5d41b0f8bbada70
This commit is contained in:
parent
b40af50154
commit
5847c8dbf0
5 changed files with 9 additions and 11 deletions
|
|
@ -3,8 +3,5 @@
|
|||
const KUZU_VERSION* = "0.1.0"
|
||||
const KUZU_EXPECTED_LIBVERSION* = "0.8.2"
|
||||
|
||||
let KUZU_LIBVERSION* = $kuzu_get_version()
|
||||
let KUZU_STORAGE_VERSION* = kuzu_get_storage_version().int
|
||||
let KUZU_DEFAULT_CONFIG* = kuzu_default_system_config()
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue