File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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. *)
104104let api_version_major = 2L
105- let api_version_minor = 6L
105+ let api_version_minor = 7L
106106let api_version_string =
107107 Printf. sprintf " %Ld.%Ld" api_version_major api_version_minor
108108let api_version_vendor = " XenSource"
Original file line number Diff line number Diff 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 *)
5656let linux_pack_vsn_key = " xs:linux"
You can’t perform that action at this time.
0 commit comments