Skip to content

Commit d7de5d8

Browse files
bwhacksshuahkh
authored andcommitted
cpupower: Bump soname version
Several functions in the libcpupower API are renamed or removed in Linux 4.7. This is an backward-incompatible ABI change, so the library soname should change from libcpupower.so.0 to libcpupower.so.1. Fixes: ac5a181 ("cpupower: Add cpuidle parts into library") Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: Salvatore Bonaccorso <carnil@debian.org> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
1 parent 06c2afb commit d7de5d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/power/cpupower/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ DESTDIR ?=
5353

5454
VERSION:= $(shell ./utils/version-gen.sh)
5555
LIB_MAJ= 0.0.1
56-
LIB_MIN= 0
56+
LIB_MIN= 1
5757

5858
PACKAGE = cpupower
5959
PACKAGE_BUGREPORT = linux-pm@vger.kernel.org

0 commit comments

Comments
 (0)