Skip to content

Commit 7f74e92

Browse files
committed
Bump libtool version number
1 parent 8e8c579 commit 7f74e92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ set(matio_PACKAGE_BUGREPORT "[email protected]")
2121
set(matio_PACKAGE_STRING "${PROJECT_NAME_UPPER} ${matio_VERSION}")
2222
set(matio_PACKAGE_TARNAME "${PROJECT_NAME}")
2323
set(matio_PACKAGE_URL "https://sourceforge.net/projects/matio")
24-
set(matio_LIB_VERSIONINFO "13:1:0")
24+
set(matio_LIB_VERSIONINFO "13:2:0")
2525

2626
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
2727

src/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
VPATH = @srcdir@
2929

3030
LT_CURRENT=13
31-
LT_REVISION=1
31+
LT_REVISION=2
3232
LT_AGE=0
3333

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

0 commit comments

Comments
 (0)