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 30, 2024
1 parent 5d103bc commit f284a2b
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 "13:0:0")
set(matio_LIB_VERSIONINFO "13:1: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 @@ -28,7 +28,7 @@
VPATH = @srcdir@

LT_CURRENT=13
LT_REVISION=0
LT_REVISION=1
LT_AGE=0

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

0 comments on commit f284a2b

Please sign in to comment.