Skip to content

Commit 8e18058

Browse files
committed
Bump libtool version number
1 parent b3e56ed commit 8e18058

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ set(matio_PACKAGE_BUGREPORT "[email protected]")
1717
set(matio_PACKAGE_STRING "${PROJECT_NAME_UPPER} ${matio_VERSION}")
1818
set(matio_PACKAGE_TARNAME "${PROJECT_NAME}")
1919
set(matio_PACKAGE_URL "https://sourceforge.net/projects/matio")
20-
set(matio_LIB_VERSIONINFO "11:2:0")
20+
set(matio_LIB_VERSIONINFO "11:3:0")
2121

2222
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
2323

src/Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
VPATH = @srcdir@
2828

2929
LT_CURRENT=11
30-
LT_REVISION=2
30+
LT_REVISION=3
3131
LT_AGE=0
3232

3333
AM_CFLAGS = -I. $(HDF5_CFLAGS) $(ZLIB_CFLAGS) $(LT_CFLAGS)

0 commit comments

Comments
 (0)