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 Mar 25, 2021
1 parent b3e56ed commit 8e18058
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 "[email protected]")
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 "11:2:0")
set(matio_LIB_VERSIONINFO "11:3:0")

set_property(GLOBAL PROPERTY USE_FOLDERS ON)

Expand Down
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
VPATH = @srcdir@

LT_CURRENT=11
LT_REVISION=2
LT_REVISION=3
LT_AGE=0

AM_CFLAGS = -I. $(HDF5_CFLAGS) $(ZLIB_CFLAGS) $(LT_CFLAGS)
Expand Down

0 comments on commit 8e18058

Please sign in to comment.