aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-12-04 12:06:38 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-12-04 12:06:38 +0100
commit55f8d24f80a222b0494b8545eece615a03d45062 (patch)
treecfa27a76f6905c6e078da9e70ced32ba80d12405
parente23e1a21a52dbf5257f03acde1a5dd0c88cd91f1 (diff)
downloadxen-55f8d24f80a222b0494b8545eece615a03d45062.tar.gz
xen-55f8d24f80a222b0494b8545eece615a03d45062.tar.bz2
xen-55f8d24f80a222b0494b8545eece615a03d45062.zip
Bump blktap and dom0op version numbers.
Signed-off-by: Keir Fraser <keir@xensource.com>
-rw-r--r--tools/blktap/Makefile2
-rw-r--r--xen/include/public/dom0_ops.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/blktap/Makefile b/tools/blktap/Makefile
index d5d6f3eab3..d61c407c03 100644
--- a/tools/blktap/Makefile
+++ b/tools/blktap/Makefile
@@ -1,4 +1,4 @@
-MAJOR = 2.0
+MAJOR = 3.0
MINOR = 0
SONAME = libblktap.so.$(MAJOR)
diff --git a/xen/include/public/dom0_ops.h b/xen/include/public/dom0_ops.h
index 5627a441e4..cf40e39c3e 100644
--- a/xen/include/public/dom0_ops.h
+++ b/xen/include/public/dom0_ops.h
@@ -19,7 +19,7 @@
* This makes sure that old versions of dom0 tools will stop working in a
* well-defined way (rather than crashing the machine, for instance).
*/
-#define DOM0_INTERFACE_VERSION 0xAAAA1014
+#define DOM0_INTERFACE_VERSION 0x03000000
/************************************************************************/