]> xenbits.xensource.com Git - xen.git/commitdiff
Update Xen version to 4.1-unstable
authorKeir Fraser <keir.fraser@citrix.com>
Tue, 30 Mar 2010 10:16:25 +0000 (11:16 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Tue, 30 Mar 2010 10:16:25 +0000 (11:16 +0100)
Development window is open for business!

Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
README
xen/Makefile

diff --git a/README b/README
index 9869e911b0925e7778400e955de237f2a382fed0..43aabd7714de865949f6e3d108dc41d7d8221661 100644 (file)
--- a/README
+++ b/README
@@ -1,10 +1,10 @@
 #################################
- __  __            _  _    ___  
- \ \/ /___ _ __   | || |  / _ \ 
-  \  // _ \ '_ \  | || |_| | | |
-  /  \  __/ | | | |__   _| |_| |
- /_/\_\___|_| |_|    |_|(_)___/ 
-
+ __  __            _  _    _ 
+ \ \/ /___ _ __   | || |  / |
+  \  // _ \ '_ \  | || |_ | |
+  /  \  __/ | | | |__   _|| |
+ /_/\_\___|_| |_|    |_|(_)_|
+                             
 #################################
 
 http://www.xen.org/
@@ -19,7 +19,7 @@ is freely-distributable Open Source software, released under the GNU
 GPL. Since its initial public release, Xen has grown a large
 development community, spearheaded by xen.org (http://www.xen.org).
 
-The 4.0 release offers excellent performance, hardware support and
+The 4.1 release offers excellent performance, hardware support and
 enterprise-grade features such as x86_32-PAE, x86_64, SMP guests and
 live relocation of VMs. Ports to Linux, NetBSD, FreeBSD and Solaris
 are available from the community.
index f47c164269d4c79f9393e7baad61d732725bd10d..38838ba7d2d49326918454483d8f57b7b09ec651 100644 (file)
@@ -1,8 +1,8 @@
 # This is the correct place to edit the build version.
 # All other places this is stored (eg. compile.h) should be autogenerated.
 export XEN_VERSION       = 4
-export XEN_SUBVERSION    = 0
-export XEN_EXTRAVERSION ?= .0-rc9-pre$(XEN_VENDORVERSION)
+export XEN_SUBVERSION    = 1
+export XEN_EXTRAVERSION ?= -unstable$(XEN_VENDORVERSION)
 export XEN_FULLVERSION   = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
 -include xen-version