Skip to content

Commit

Permalink
Bump API version to 1.9
Browse files Browse the repository at this point in the history
Signed-off-by: John Else <john.else@citrix.com>
  • Loading branch information
johnelse committed Mar 23, 2011
1 parent f357064 commit 53ea7b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ocaml/xapi/xapi_globs.ml
Expand Up @@ -33,7 +33,7 @@ let xapi_user_agent = "xapi/"^(string_of_int version_major)^"."^(string_of_int v

(* api version *)
let api_version_major = 1L
let api_version_minor = 8L
let api_version_minor = 9L
let api_version_string =
Printf.sprintf "%Ld.%Ld" api_version_major api_version_minor
let api_version_vendor = "XenSource"
Expand All @@ -43,8 +43,8 @@ let api_version_vendor_implementation = []
let tools_version = ref (-1, -1, -1, -1)

(* client min/max version range *)
let xencenter_min_verstring = "1.8"
let xencenter_max_verstring = "1.8"
let xencenter_min_verstring = "1.9"
let xencenter_max_verstring = "1.9"

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

0 comments on commit 53ea7b3

Please sign in to comment.