I wonder if we should tie this to the xapi RPM version in the Makefile somehow?

Just a thought :)

Cheers,
Dave

> -----Original Message-----
> From: [email protected] [mailto:xen-api-
> [email protected]] On Behalf Of Rob Hoes
> Sent: 30 July 2010 09:25
> To: xen-api
> Subject: [Xen-API] [PATCH] Increase the API version number to 1.8
> 
> # HG changeset patch
> # User Rob Hoes <[email protected]>
> Increase the API version number to 1.8
> 
> Signed-off-by: Rob Hoes <[email protected]>
> 
> diff -r 891925b68584 ocaml/xapi/xapi_globs.ml
> --- a/ocaml/xapi/xapi_globs.ml
> +++ b/ocaml/xapi/xapi_globs.ml
> @@ -32,7 +32,7 @@
> 
>  (* api version *)
>  let api_version_major = 1L
> -let api_version_minor = 7L
> +let api_version_minor = 8L
>  let api_version_string =
>    Printf.sprintf "%Ld.%Ld" api_version_major api_version_minor  let
> api_version_vendor = "XenSource"
> @@ -42,8 +42,8 @@
>  let tools_version = ref (-1, -1, -1, -1)
> 
>  (* client min/max version range *)
> -let xencenter_min_verstring = "1.7"
> -let xencenter_max_verstring = "1.7"
> +let xencenter_min_verstring = "1.8"
> +let xencenter_max_verstring = "1.8"
> 
>  (** Date-Based Version: burn-in date of current XenServer release (RTM
> date) *)  let dbv = "2009.0201"

_______________________________________________
xen-api mailing list
[email protected]
http://lists.xensource.com/mailman/listinfo/xen-api

Reply via email to