Skip to content

Commit

Permalink
Updated SO Version in line with https://www.gnu.org/software/libtool/…
Browse files Browse the repository at this point in the history
  • Loading branch information
WardF committed Aug 17, 2021
1 parent e06d8b7 commit 7dec8f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liblib/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ lib_LTLIBRARIES = libnetcdf.la
# for information regarding incrementing `-version-info`.
##

libnetcdf_la_LDFLAGS = -version-info 19:0:0
libnetcdf_la_LDFLAGS = -version-info 19:1:0

This comment has been minimized.

Copy link
@dopplershift

dopplershift Aug 17, 2021

Member

Is this changing the .so name?

This comment has been minimized.

Copy link
@WardF

WardF Aug 17, 2021

Author Member

No, it remains .so.19. No interfaces were changed (although internal functions were of course modified), so the compatibility version remains the same.


libnetcdf_la_CPPFLAGS = ${AM_CPPFLAGS}
libnetcdf_la_LIBADD =
Expand Down

0 comments on commit 7dec8f1

Please sign in to comment.