Skip to content

Commit 6ee159f

Browse files
committed
Bump API version to 2.2
Signed-off-by: Rob Hoes <[email protected]>
1 parent 15fd768 commit 6ee159f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ocaml/xapi/xapi_globs.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ let xapi_user_agent = "xapi/"^(string_of_int version_major)^"."^(string_of_int v
3939

4040
(* api version *)
4141
let api_version_major = 2L
42-
let api_version_minor = 1L
42+
let api_version_minor = 2L
4343
let api_version_string =
4444
Printf.sprintf "%Ld.%Ld" api_version_major api_version_minor
4545
let api_version_vendor = "XenSource"
@@ -52,7 +52,7 @@ let tools_version = ref tools_version_none
5252

5353
(* client min/max version range *)
5454
let xencenter_min_verstring = "2.0"
55-
let xencenter_max_verstring = "2.1"
55+
let xencenter_max_verstring = "2.2"
5656

5757
(* linux pack vsn key in host.software_version (used for a pool join restriction *)
5858
let linux_pack_vsn_key = "xs:linux"

0 commit comments

Comments
 (0)