WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-api

[Xen-API] [PATCH] Increase the API version number to 1.8

To: xen-api <xen-api@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-API] [PATCH] Increase the API version number to 1.8
From: Rob Hoes <rob.hoes@xxxxxxxxxx>
Date: Fri, 30 Jul 2010 10:24:49 +0100
Delivery-date: Fri, 30 Jul 2010 02:25:13 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-api-request@lists.xensource.com?subject=help>
List-id: Discussion of API issues surrounding Xen <xen-api.lists.xensource.com>
List-post: <mailto:xen-api@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-api-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Rob Hoes <rob.hoes@xxxxxxxxxx>
Increase the API version number to 1.8

Signed-off-by: Rob Hoes <rob.hoes@xxxxxxxxxx>

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"

Attachment: inc_api_version
Description: Text document

_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-API] [PATCH] Increase the API version number to 1.8, Rob Hoes <=