Skip to content

Commit

Permalink
Bump libtool version number
Browse files Browse the repository at this point in the history
  • Loading branch information
tbeu committed Feb 6, 2017
1 parent 550ee5f commit e57c66f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
##
VPATH = @srcdir@

LT_CURRENT=6
LT_CURRENT=7
LT_REVISION=0
LT_AGE=2
LT_AGE=3

AM_CFLAGS = -I. $(HDF5_CFLAGS) $(ZLIB_CFLAGS) $(LT_CFLAGS)
AM_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) $(LT_LDFLAGS)
Expand Down

0 comments on commit e57c66f

Please sign in to comment.