debuggers.hg
changeset 3317:90394f6cfd34
bitkeeper revision 1.1159.183.56 (41bf1e17wxPkSa0LE3rbZoM43DOhOQ)
Merge arcadians.cl.cam.ac.uk:/auto/groups/xeno/BK/xen-unstable.bk
into arcadians.cl.cam.ac.uk:/auto/groups/xeno/users/cl349/BK/xen-unstable.bk
Merge arcadians.cl.cam.ac.uk:/auto/groups/xeno/BK/xen-unstable.bk
into arcadians.cl.cam.ac.uk:/auto/groups/xeno/users/cl349/BK/xen-unstable.bk
author | cl349@arcadians.cl.cam.ac.uk |
---|---|
date | Tue Dec 14 17:08:39 2004 +0000 (2004-12-14) |
parents | da409d40699a ccba56abef17 |
children | dda5ab69e74a 8724fc0ba838 |
files | xen/Makefile xen/include/public/dom0_ops.h |
line diff
1.1 --- a/xen/Makefile Tue Dec 14 16:39:51 2004 +0000 1.2 +++ b/xen/Makefile Tue Dec 14 17:08:39 2004 +0000 1.3 @@ -1,9 +1,9 @@ 1.4 1.5 # This is the correct place to edit the build version. 1.6 # All other places this is stored (eg. compile.h) should be autogenerated. 1.7 -export XEN_VERSION = 2 1.8 +export XEN_VERSION = 3 1.9 export XEN_SUBVERSION = 0 1.10 -export XEN_EXTRAVERSION = "" 1.11 +export XEN_EXTRAVERSION = "-devel" 1.12 1.13 export BASEDIR := $(shell pwd) 1.14
2.1 --- a/xen/include/public/dom0_ops.h Tue Dec 14 16:39:51 2004 +0000 2.2 +++ b/xen/include/public/dom0_ops.h Tue Dec 14 17:08:39 2004 +0000 2.3 @@ -19,7 +19,7 @@ 2.4 * This makes sure that old versions of dom0 tools will stop working in a 2.5 * well-defined way (rather than crashing the machine, for instance). 2.6 */ 2.7 -#define DOM0_INTERFACE_VERSION 0xAAAA001A 2.8 +#define DOM0_INTERFACE_VERSION 0xAAAA1001 2.9 2.10 /************************************************************************/ 2.11