|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] Bump all API version numbers to 1.0.0.
# HG changeset patch
# User ewan@xxxxxxxxxxxxxxxxxxxxx
# Date 1177725203 25200
# Node ID c12380cddec5dba76f2fd0a31422a848c79814c1
# Parent b915eb96097a23f0a4085fc732a721415967d600
Bump all API version numbers to 1.0.0.
Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx>
---
docs/xen-api/xenapi-coversheet.tex | 6 +++---
tools/libxen/Makefile | 4 ++--
tools/libxen/Makefile.dist | 4 ++--
tools/python/xen/xend/XendAPIVersion.py | 4 ++--
4 files changed, 9 insertions(+), 9 deletions(-)
diff -r b915eb96097a -r c12380cddec5 docs/xen-api/xenapi-coversheet.tex
--- a/docs/xen-api/xenapi-coversheet.tex Fri Apr 27 17:54:06 2007 -0700
+++ b/docs/xen-api/xenapi-coversheet.tex Fri Apr 27 18:53:23 2007 -0700
@@ -17,12 +17,12 @@
\newcommand{\coversheetlogo}{xen.eps}
%% Document date
-\newcommand{\datestring}{21st April 2007}
+\newcommand{\datestring}{27th April 2007}
-\newcommand{\releasestatement}{Candidate for Release\\Comments are welcome!}
+\newcommand{\releasestatement}{Stable Release}
%% Document revision
-\newcommand{\revstring}{API Revision 0.9.1}
+\newcommand{\revstring}{API Revision 1.0.0}
%% Document authors
\newcommand{\docauthors}{
diff -r b915eb96097a -r c12380cddec5 tools/libxen/Makefile
--- a/tools/libxen/Makefile Fri Apr 27 17:54:06 2007 -0700
+++ b/tools/libxen/Makefile Fri Apr 27 18:53:23 2007 -0700
@@ -18,8 +18,8 @@ XEN_ROOT=../..
XEN_ROOT=../..
include $(XEN_ROOT)/tools/Rules.mk
-MAJOR = 0.9
-MINOR = 1
+MAJOR = 1.0
+MINOR = 0
CFLAGS = -Iinclude \
$(shell xml2-config --cflags) \
diff -r b915eb96097a -r c12380cddec5 tools/libxen/Makefile.dist
--- a/tools/libxen/Makefile.dist Fri Apr 27 17:54:06 2007 -0700
+++ b/tools/libxen/Makefile.dist Fri Apr 27 18:53:23 2007 -0700
@@ -16,8 +16,8 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
-MAJOR = 0.9
-MINOR = 1
+MAJOR = 1.0
+MINOR = 0
CFLAGS = -Iinclude \
$(shell xml2-config --cflags) \
diff -r b915eb96097a -r c12380cddec5 tools/python/xen/xend/XendAPIVersion.py
--- a/tools/python/xen/xend/XendAPIVersion.py Fri Apr 27 17:54:06 2007 -0700
+++ b/tools/python/xen/xend/XendAPIVersion.py Fri Apr 27 18:53:23 2007 -0700
@@ -16,7 +16,7 @@
#============================================================================
-XEN_API_VERSION_MAJOR = 0
-XEN_API_VERSION_MINOR = 5
+XEN_API_VERSION_MAJOR = 1
+XEN_API_VERSION_MINOR = 0
XEN_API_VERSION_VENDOR = 'xenbits'
XEN_API_VERSION_VENDOR_IMPLEMENTATION = {}
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-unstable] Bump all API version numbers to 1.0.0.,
Xen patchbot-unstable <=
|
|
|
|
|