Skip to content

Commit b5fcab0

Browse files
Konstantina Chremmourobhoes
authored andcommitted
Bumped API version to 2.7.
Signed-off-by: Konstantina Chremmou <[email protected]>
1 parent 4656de7 commit b5fcab0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ocaml/idl/datamodel.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ let tech_preview_releases = [
102102
(* Normally xencenter_min_verstring and xencenter_max_verstring in the xapi_globs should be set to the same value,
103103
* but there are exceptions: please consult the XenCenter maintainers if in doubt. *)
104104
let api_version_major = 2L
105-
let api_version_minor = 6L
105+
let api_version_minor = 7L
106106
let api_version_string =
107107
Printf.sprintf "%Ld.%Ld" api_version_major api_version_minor
108108
let api_version_vendor = "XenSource"

ocaml/xapi/xapi_globs.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ let xapi_user_agent = "xapi/"^(string_of_int version_major)^"."^(string_of_int v
4949
*
5050
* Please consult the XenCenter maintainers before changing these numbers, because a corresponding change
5151
* will need to be made in XenCenter *)
52-
let xencenter_min_verstring = "2.6"
53-
let xencenter_max_verstring = "2.6"
52+
let xencenter_min_verstring = "2.7"
53+
let xencenter_max_verstring = "2.7"
5454

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

0 commit comments

Comments
 (0)