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 Apr 20, 2024
1 parent 3c8e87d commit d3081fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ set(matio_PACKAGE_BUGREPORT "t-beu@users.sourceforge.net")
set(matio_PACKAGE_STRING "${PROJECT_NAME_UPPER} ${matio_VERSION}")
set(matio_PACKAGE_TARNAME "${PROJECT_NAME}")
set(matio_PACKAGE_URL "https://sourceforge.net/projects/matio")
set(matio_LIB_VERSIONINFO "12:1:1")
set(matio_LIB_VERSIONINFO "13:0:0")

set_property(GLOBAL PROPERTY USE_FOLDERS ON)

Expand Down
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=12
LT_REVISION=1
LT_AGE=1
LT_CURRENT=13
LT_REVISION=0
LT_AGE=0

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 d3081fe

Please sign in to comment.