From: Andrew Cooper Date: Thu, 24 Jun 2021 17:49:14 +0000 (+0100) Subject: libxencall: Bump SONAME following new functionality X-Git-Tag: archive/raspbian/4.16.0+51-g0941d6cb-1+rpi1~2^2~42^2~387 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=01a2d001dea2219c9702afbe2d6fd1b0af539203;p=xen.git libxencall: Bump SONAME following new functionality Fixes: bef64f2c00 ("libxencall: introduce variant of xencall2() returning long") Signed-off-by: Andrew Cooper Reviewed-by: Ian Jackson --- diff --git a/tools/libs/call/Makefile b/tools/libs/call/Makefile index 4ed201b3b3..93d404b79e 100644 --- a/tools/libs/call/Makefile +++ b/tools/libs/call/Makefile @@ -2,7 +2,7 @@ XEN_ROOT = $(CURDIR)/../../.. include $(XEN_ROOT)/tools/Rules.mk MAJOR = 1 -MINOR = 2 +MINOR = 3 SRCS-y += core.c buffer.c SRCS-$(CONFIG_Linux) += linux.c