From d74f5aa06311f5bb5ee39d0fbd32707336cf61d0 Mon Sep 17 00:00:00 2001 From: Tim Deegan Date: Wed, 17 Jan 2007 10:33:13 +0000 Subject: [PATCH] [LIBFSIMAGE] Fix makefile to track version number change Signed-off-by: Tim Deegan --- tools/libfsimage/common/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/libfsimage/common/Makefile b/tools/libfsimage/common/Makefile index 6efce44f02..9a62e9bbb5 100644 --- a/tools/libfsimage/common/Makefile +++ b/tools/libfsimage/common/Makefile @@ -1,7 +1,7 @@ XEN_ROOT = ../../.. include $(XEN_ROOT)/tools/Rules.mk -MAJOR = 1.0 +MAJOR = 1.1 MINOR = 0 CFLAGS += -Werror -Wp,-MD,.$(@F).d -- 2.30.2