projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85b0038
)
tools/libxenstat: Fix SONAME following c/s 57077cc42
author
Andrew Cooper
<andrew.cooper3@citrix.com>
Tue, 9 Oct 2018 14:06:25 +0000
(15:06 +0100)
committer
Andrew Cooper
<andrew.cooper3@citrix.com>
Tue, 9 Oct 2018 14:17:02 +0000
(15:17 +0100)
The unstable ABI version is 4.12, not 4.11
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
tools/xenstat/libxenstat/Makefile
patch
|
blob
|
history
diff --git
a/tools/xenstat/libxenstat/Makefile
b/tools/xenstat/libxenstat/Makefile
index 8c6ddf86e8453d42d4c30688d67935411dfde6c8..eb88085933e1f5a63e8040d7fa369634fbcce636 100644
(file)
--- a/
tools/xenstat/libxenstat/Makefile
+++ b/
tools/xenstat/libxenstat/Makefile
@@
-18,7
+18,7
@@
include $(XEN_ROOT)/tools/Rules.mk
LDCONFIG=ldconfig
MAKE_LINK=ln -sf
-MAJOR=4.1
1
+MAJOR=4.1
2
MINOR=0
LIB=src/libxenstat.a