Skip to content

Commit

Permalink
updated libtool release numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Jul 13, 2020
1 parent e1fa7f7 commit 599e32f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/clib/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ endif # BUILD_NCINT
# These linker flags specify libtool version info.
# See http://www.gnu.org/software/libtool/manual/libtool.html#Libtool-versioning
# for information regarding incrementing `-version-info`.
libpioc_la_LDFLAGS = -version-info 4:0:3
libpioc_la_LDFLAGS = -version-info 4:1:3

# The library header file will be installed in include dir.
include_HEADERS = pio.h uthash.h
Expand Down
2 changes: 1 addition & 1 deletion src/flib/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ AM_CPPFLAGS = -D_NETCDF -D_NETCDF4 -D_PNETCDF
# These linker flags specify libtool version info.
# See http://www.gnu.org/software/libtool/manual/libtool.html#Libtool-versioning
# for information regarding incrementing `-version-info`.
libpiof_la_LDFLAGS = -version-info 3:0:2
libpiof_la_LDFLAGS = -version-info 3:1:2

# The library soure files.
libpiof_la_LIBADD = libpio_nf.la libpio_kinds.la libpio_support.la \
Expand Down

0 comments on commit 599e32f

Please sign in to comment.