projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a9b949
)
libxencall: Bump SONAME following new functionality
author
Andrew Cooper
<andrew.cooper3@citrix.com>
Thu, 24 Jun 2021 17:49:14 +0000
(18:49 +0100)
committer
Andrew Cooper
<andrew.cooper3@citrix.com>
Fri, 25 Jun 2021 11:38:18 +0000
(12:38 +0100)
Fixes: bef64f2c00 ("libxencall: introduce variant of xencall2() returning long")
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Ian Jackson <iwj@xenproject.org>
tools/libs/call/Makefile
patch
|
blob
|
history
diff --git
a/tools/libs/call/Makefile
b/tools/libs/call/Makefile
index 4ed201b3b30d66d568571561db5eff04bad2dc53..93d404b79e337c84745ea8475e7cfd95a67f1fe4 100644
(file)
--- 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