aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenstore/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2007-12-08 17:32:01 +0000
committerKeir Fraser <keir.fraser@citrix.com>2007-12-08 17:32:01 +0000
commitaf3ade42b96ebb94a95ee1639ac42761fffe2204 (patch)
tree40ec5789c22e6d5c79010343235a6a72008d3853 /tools/xenstore/Makefile
parent7278e5633f28f5842db15422d948f048f4655beb (diff)
downloadxen-af3ade42b96ebb94a95ee1639ac42761fffe2204.tar.gz
xen-af3ade42b96ebb94a95ee1639ac42761fffe2204.tar.bz2
xen-af3ade42b96ebb94a95ee1639ac42761fffe2204.zip
Revert 16560:822d4ec5cfb1.
Preference seems to be to update library versions only when the ABI changes. Only libxenctrl/libxenguest have their version number changed to 3.2.0, as a reminder that they change on pretty much every major release. libfsimage/libxenstore/libblktap have not changed substantially recently, hence the ABI has not changed, and version number stays the same as in Xen 3.1 (and before). Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'tools/xenstore/Makefile')
-rw-r--r--tools/xenstore/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/xenstore/Makefile b/tools/xenstore/Makefile
index ff165bd5d1..adbe605675 100644
--- a/tools/xenstore/Makefile
+++ b/tools/xenstore/Makefile
@@ -2,8 +2,8 @@ XEN_ROOT=../..
include $(XEN_ROOT)/tools/Rules.mk
XEN_LIBXC = $(XEN_ROOT)/tools/libxc
-MAJOR = $(LIBRARIES_VERSION_MAJOR)
-MINOR = $(LIBRARIES_VERSION_MINOR)
+MAJOR = 3.0
+MINOR = 0
PROFILE=#-pg
BASECFLAGS=-Werror