ia64/xen-unstable
changeset 14982:c12380cddec5
Bump all API version numbers to 1.0.0.
Signed-off-by: Ewan Mellor <ewan@xensource.com>
Signed-off-by: Ewan Mellor <ewan@xensource.com>
author | ewan@localhost.localdomain |
---|---|
date | Fri Apr 27 18:53:23 2007 -0700 (2007-04-27) |
parents | b915eb96097a |
children | fc145308f102 |
files | docs/xen-api/xenapi-coversheet.tex tools/libxen/Makefile tools/libxen/Makefile.dist tools/python/xen/xend/XendAPIVersion.py |
line diff
1.1 --- a/docs/xen-api/xenapi-coversheet.tex Fri Apr 27 17:54:06 2007 -0700 1.2 +++ b/docs/xen-api/xenapi-coversheet.tex Fri Apr 27 18:53:23 2007 -0700 1.3 @@ -17,12 +17,12 @@ 1.4 \newcommand{\coversheetlogo}{xen.eps} 1.5 1.6 %% Document date 1.7 -\newcommand{\datestring}{21st April 2007} 1.8 +\newcommand{\datestring}{27th April 2007} 1.9 1.10 -\newcommand{\releasestatement}{Candidate for Release\\Comments are welcome!} 1.11 +\newcommand{\releasestatement}{Stable Release} 1.12 1.13 %% Document revision 1.14 -\newcommand{\revstring}{API Revision 0.9.1} 1.15 +\newcommand{\revstring}{API Revision 1.0.0} 1.16 1.17 %% Document authors 1.18 \newcommand{\docauthors}{
2.1 --- a/tools/libxen/Makefile Fri Apr 27 17:54:06 2007 -0700 2.2 +++ b/tools/libxen/Makefile Fri Apr 27 18:53:23 2007 -0700 2.3 @@ -18,8 +18,8 @@ 2.4 XEN_ROOT=../.. 2.5 include $(XEN_ROOT)/tools/Rules.mk 2.6 2.7 -MAJOR = 0.9 2.8 -MINOR = 1 2.9 +MAJOR = 1.0 2.10 +MINOR = 0 2.11 2.12 CFLAGS = -Iinclude \ 2.13 $(shell xml2-config --cflags) \
3.1 --- a/tools/libxen/Makefile.dist Fri Apr 27 17:54:06 2007 -0700 3.2 +++ b/tools/libxen/Makefile.dist Fri Apr 27 18:53:23 2007 -0700 3.3 @@ -16,8 +16,8 @@ 3.4 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 3.5 # 3.6 3.7 -MAJOR = 0.9 3.8 -MINOR = 1 3.9 +MAJOR = 1.0 3.10 +MINOR = 0 3.11 3.12 CFLAGS = -Iinclude \ 3.13 $(shell xml2-config --cflags) \
4.1 --- a/tools/python/xen/xend/XendAPIVersion.py Fri Apr 27 17:54:06 2007 -0700 4.2 +++ b/tools/python/xen/xend/XendAPIVersion.py Fri Apr 27 18:53:23 2007 -0700 4.3 @@ -16,7 +16,7 @@ 4.4 #============================================================================ 4.5 4.6 4.7 -XEN_API_VERSION_MAJOR = 0 4.8 -XEN_API_VERSION_MINOR = 5 4.9 +XEN_API_VERSION_MAJOR = 1 4.10 +XEN_API_VERSION_MINOR = 0 4.11 XEN_API_VERSION_VENDOR = 'xenbits' 4.12 XEN_API_VERSION_VENDOR_IMPLEMENTATION = {}