Skip to content

Commit

Permalink
Bump libtool version info in preparation of 4.16.x branch
Browse files Browse the repository at this point in the history
We've only added APIs so no soname bump required.
  • Loading branch information
pmatilai committed Mar 23, 2020
1 parent 97cc975 commit d210659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpm.am
Expand Up @@ -7,4 +7,4 @@ rpmlibexecdir = $(prefix)/lib/rpm
rpmconfigdir = $(prefix)/lib/rpm

# Libtool version (current-revision-age) for all our libraries
rpm_version_info = 9:0:0
rpm_version_info = 10:0:1

This comment has been minimized.

Copy link
@Conan-Kudo

Conan-Kudo Mar 23, 2020

Member

Doesn't this bump the soname anyway?

This comment has been minimized.

Copy link
@ignatenkobrain

ignatenkobrain Mar 23, 2020

Contributor

I think it actually does.

This comment has been minimized.

Copy link
@Conan-Kudo

Conan-Kudo Mar 23, 2020

Member

@pmatilai I think you meant to do 9:0:1, not 10:0:1.

This comment has been minimized.

Copy link
@pmatilai

pmatilai Mar 24, 2020

Author Member

No, the change is exactly as intended. When in doubt, I suggest to check what it actually does.
The libtool version info is not equal to what ends up in the soname.

0 comments on commit d210659

Please sign in to comment.