We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48ffd69 commit 3a5ffafCopy full SHA for 3a5ffaf
src/main/xar-resources/api.xqm
@@ -62,7 +62,10 @@ function api:version() {
62
"product-name": system:get-product-name(),
63
"version": system:get-version(),
64
"revision": system:get-revision(),
65
- "build": system:get-build()
+ "build": system:get-build(),
66
+ "exist-db": map {
67
+ "compatible-version": util:system-property("exist-db-compatible-version")
68
+ }
69
}
70
71
)
0 commit comments