Skip to content

Commit d3081fe

Browse files
committed
Bump libtool version number
1 parent 3c8e87d commit d3081fe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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 "12:1:1")
20+
set(matio_LIB_VERSIONINFO "13:0:0")
2121

2222
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
2323

src/Makefile.am

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
##
2828
VPATH = @srcdir@
2929

30-
LT_CURRENT=12
31-
LT_REVISION=1
32-
LT_AGE=1
30+
LT_CURRENT=13
31+
LT_REVISION=0
32+
LT_AGE=0
3333

3434
AM_CFLAGS = -I. $(HDF5_CFLAGS) $(ZLIB_CFLAGS) $(LT_CFLAGS)
3535
AM_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) $(LT_LDFLAGS)

0 commit comments

Comments
 (0)