Skip to content

Commit

Permalink
lib: update version-info
Browse files Browse the repository at this point in the history
This is reverse-compatible with previous versions.
  • Loading branch information
vincentbernat committed May 15, 2022
1 parent a18ecd4 commit e069bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ CLEANFILES = atom-glue.c
# -version-number could be computed from -version-info, mostly major
# is `current` - `age`, minor is `age` and revision is `revision' and
# major.minor should be used when updaing lldpctl.map.
liblldpctl_la_LDFLAGS = $(AM_LDFLAGS) -version-info 13:0:9
liblldpctl_la_LDFLAGS = $(AM_LDFLAGS) -version-info 14:0:10
liblldpctl_la_DEPENDENCIES = libfixedpoint.la

if HAVE_LD_VERSION_SCRIPT
Expand Down

0 comments on commit e069bba

Please sign in to comment.