aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-11-30 18:20:38 +0000
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-11-30 18:20:38 +0000
commit3f6541107dbf7d9aca9cfc481165c5420463c027 (patch)
tree58508db5557029218f1788d8495b99f3b78c1416
parent637e5764e5380377a0bf64fa4bad1f701ee8deb3 (diff)
downloadxen-3f6541107dbf7d9aca9cfc481165c5420463c027.tar.gz
xen-3f6541107dbf7d9aca9cfc481165c5420463c027.tar.bz2
xen-3f6541107dbf7d9aca9cfc481165c5420463c027.zip
bitkeeper revision 1.1159.187.44 (41acb9f65Nu4_LCJgeyWLgtrvxeqoA)
Version bumb on control libraries.
-rw-r--r--tools/libxc/Makefile2
-rw-r--r--tools/libxutil/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/libxc/Makefile b/tools/libxc/Makefile
index 78ba7f3bf3..9065bb1bd6 100644
--- a/tools/libxc/Makefile
+++ b/tools/libxc/Makefile
@@ -1,5 +1,5 @@
-MAJOR = 1.3
+MAJOR = 2.0
MINOR = 0
SONAME = libxc.so.$(MAJOR)
diff --git a/tools/libxutil/Makefile b/tools/libxutil/Makefile
index 85acd2063c..b9034b5b8f 100644
--- a/tools/libxutil/Makefile
+++ b/tools/libxutil/Makefile
@@ -30,7 +30,7 @@ CFLAGS += -fno-strict-aliasing
CFLAGS += -Wp,-MD,.$(@F).d
DEPS = .*.d
-MAJOR := 1.3
+MAJOR := 2.0
MINOR := 0
LIB_NAME := libxutil
LIB := $(LIB_NAME).so