Skip to content

Commit

Permalink
Merge pull request #2204 from johnelse/api-version-bump
Browse files Browse the repository at this point in the history
Bump API version to 2.5
  • Loading branch information
johnelse committed May 21, 2015
2 parents 1c55a16 + 79e9af8 commit 6e4412e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ocaml/xapi/xapi_globs.ml
Expand Up @@ -38,7 +38,7 @@ let xapi_user_agent = "xapi/"^(string_of_int version_major)^"."^(string_of_int v
(* Normally xencenter_min_verstring and xencenter_max_verstring below should be set to the same value,
* but there are exceptions: please consult the XenCenter maintainers if in doubt. *)
let api_version_major = 2L
let api_version_minor = 4L
let api_version_minor = 5L
let api_version_string =
Printf.sprintf "%Ld.%Ld" api_version_major api_version_minor
let api_version_vendor = "XenSource"
Expand All @@ -61,8 +61,8 @@ let tools_version = ref tools_version_none
*
* Please consult the XenCenter maintainers before changing these numbers, because a corresponding change
* will need to be made in XenCenter *)
let xencenter_min_verstring = "2.4"
let xencenter_max_verstring = "2.4"
let xencenter_min_verstring = "2.5"
let xencenter_max_verstring = "2.5"

(* 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 6e4412e

Please sign in to comment.