aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/xen-api/xenapi-coversheet.tex6
-rw-r--r--tools/libxen/Makefile4
-rw-r--r--tools/libxen/Makefile.dist4
-rw-r--r--tools/python/xen/xend/XendAPIVersion.py4
4 files changed, 9 insertions, 9 deletions
diff --git a/docs/xen-api/xenapi-coversheet.tex b/docs/xen-api/xenapi-coversheet.tex
index 1ca48c3b4c..d9ca120be7 100644
--- a/docs/xen-api/xenapi-coversheet.tex
+++ b/docs/xen-api/xenapi-coversheet.tex
@@ -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 --git a/tools/libxen/Makefile b/tools/libxen/Makefile
index 103b192467..00d729dc3e 100644
--- a/tools/libxen/Makefile
+++ b/tools/libxen/Makefile
@@ -18,8 +18,8 @@
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 --git a/tools/libxen/Makefile.dist b/tools/libxen/Makefile.dist
index d6a4cf3ca8..f811c5899f 100644
--- a/tools/libxen/Makefile.dist
+++ b/tools/libxen/Makefile.dist
@@ -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 --git a/tools/python/xen/xend/XendAPIVersion.py b/tools/python/xen/xend/XendAPIVersion.py
index 82cc51af30..2659108c99 100644
--- a/tools/python/xen/xend/XendAPIVersion.py
+++ b/tools/python/xen/xend/XendAPIVersion.py
@@ -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 = {}