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 Oct 22, 2016
1 parent 8d156ab commit dfde678
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
##
VPATH = @srcdir@

LT_CURRENT=5
LT_REVISION=1
LT_AGE=1
LT_CURRENT=6
LT_REVISION=0
LT_AGE=2

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 dfde678

Please sign in to comment.