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 15fd768 commit 6ee159fCopy full SHA for 6ee159f
ocaml/xapi/xapi_globs.ml
@@ -39,7 +39,7 @@ let xapi_user_agent = "xapi/"^(string_of_int version_major)^"."^(string_of_int v
39
40
(* api version *)
41
let api_version_major = 2L
42
-let api_version_minor = 1L
+let api_version_minor = 2L
43
let api_version_string =
44
Printf.sprintf "%Ld.%Ld" api_version_major api_version_minor
45
let api_version_vendor = "XenSource"
@@ -52,7 +52,7 @@ let tools_version = ref tools_version_none
52
53
(* client min/max version range *)
54
let xencenter_min_verstring = "2.0"
55
-let xencenter_max_verstring = "2.1"
+let xencenter_max_verstring = "2.2"
56
57
(* linux pack vsn key in host.software_version (used for a pool join restriction *)
58
let linux_pack_vsn_key = "xs:linux"
0 commit comments