From af3ade42b96ebb94a95ee1639ac42761fffe2204 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Sat, 8 Dec 2007 17:32:01 +0000 Subject: 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 --- tools/libfsimage/common/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/libfsimage') diff --git a/tools/libfsimage/common/Makefile b/tools/libfsimage/common/Makefile index 674b5cf93a..6efce44f02 100644 --- a/tools/libfsimage/common/Makefile +++ b/tools/libfsimage/common/Makefile @@ -1,8 +1,8 @@ XEN_ROOT = ../../.. include $(XEN_ROOT)/tools/Rules.mk -MAJOR = $(LIBRARIES_VERSION_MAJOR) -MINOR = $(LIBRARIES_VERSION_MINOR) +MAJOR = 1.0 +MINOR = 0 CFLAGS += -Werror -Wp,-MD,.$(@F).d DEPS = .*.d -- cgit v1.2.3