Skip to content

Commit

Permalink
cpupower: Bump soname version
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
bwhacks authored and shuahkh committed Jul 13, 2023
1 parent 06c2afb commit d7de5d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/power/cpupower/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ DESTDIR ?=

VERSION:= $(shell ./utils/version-gen.sh)
LIB_MAJ= 0.0.1
LIB_MIN= 0
LIB_MIN= 1

PACKAGE = cpupower
PACKAGE_BUGREPORT = linux-pm@vger.kernel.org
Expand Down

0 comments on commit d7de5d8

Please sign in to comment.