From b9005bb34f051e5da82a9b6fd5097182148c8539 Mon Sep 17 00:00:00 2001 From: Andrew Cooper Date: Thu, 25 Mar 2021 19:40:58 +0000 Subject: [PATCH] tools/libfsimage: Bump SONAME to 4.16 Fixes: a04509d34d ("Branching: Update version files etc. for newly unstable") Signed-off-by: Andrew Cooper Acked-by: Ian Jackson --- 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 060f029ca9..24bc90e73e 100644 --- a/tools/libfsimage/common/Makefile +++ b/tools/libfsimage/common/Makefile @@ -1,7 +1,7 @@ XEN_ROOT = $(CURDIR)/../../.. include $(XEN_ROOT)/tools/libfsimage/Rules.mk -MAJOR = 4.15 +MAJOR = 4.16 MINOR = 0 LDFLAGS-$(CONFIG_SunOS) = -Wl,-M -Wl,mapfile-SunOS -- 2.30.2