projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b85d0f
)
Update Xen version for 3.3.0-rc4-pre
author
Keir Fraser
<keir.fraser@citrix.com>
Thu, 7 Aug 2008 08:56:22 +0000
(09:56 +0100)
committer
Keir Fraser
<keir.fraser@citrix.com>
Thu, 7 Aug 2008 08:56:22 +0000
(09:56 +0100)
Config.mk
patch
|
blob
|
history
xen/Makefile
patch
|
blob
|
history
diff --git
a/Config.mk
b/Config.mk
index 27f6e43433e41382bee35ee956c67de1d6731dbc..19c8bd4a6fd45c88fad4951ef21b1cd1ea8604bc 100644
(file)
--- a/
Config.mk
+++ b/
Config.mk
@@
-80,7
+80,6
@@
XSM_ENABLE ?= n
FLASK_ENABLE ?= n
ACM_SECURITY ?= n
-QEMU_TAG=xen-3.3.0-rc3
QEMU_REMOTE=http://xenbits.xensource.com/git-http/qemu-xen-unstable.git
# Specify which qemu-dm to use. This may be `ioemu' to use the old
diff --git
a/xen/Makefile
b/xen/Makefile
index 0334f66c38d8a6bbb4ede2d21e671f444ac39143..5129fc1c740fd5485b521575633e247365ea28e2 100644
(file)
--- a/
xen/Makefile
+++ b/
xen/Makefile
@@
-2,7
+2,7
@@
# All other places this is stored (eg. compile.h) should be autogenerated.
export XEN_VERSION = 3
export XEN_SUBVERSION = 3
-export XEN_EXTRAVERSION ?= .0-rc
3
$(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= .0-rc
4-pre
$(XEN_VENDORVERSION)
export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
-include xen-version