Skip to content

Commit 3e48520

Browse files
committed
Release 1.15.1
This is simply a change to the build infrastructure, with newer versions of the htscodecs submodule and an updated configure/libtool script to help MacOS builds.
1 parent 6cb7f61 commit 3e48520

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGES

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Version 1.15.1 (14th July 2025)
2+
--------------
3+
4+
This is simply a change to the build infrastructure, with newer
5+
versions of the htscodecs submodule and an updated configure/libtool
6+
script to help MacOS builds.
7+
8+
19
Version 1.15.0 (14th April 2023)
210
--------------
311

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Io_lib: Version 1.15.0
1+
Io_lib: Version 1.15.1
22
=======================
33

44
Io_lib is a library of file reading and writing code to provide a general
@@ -33,6 +33,14 @@ See the CHANGES for a summary of older updates or git logs for the
3333
full details.
3434

3535

36+
Version 1.15.1 (14th July 2025)
37+
--------------
38+
39+
This is simply a change to the build infrastructure, with newer
40+
versions of the htscodecs submodule and an updated configure/libtool
41+
script to help MacOS builds.
42+
43+
3644
Version 1.15.0 (14th April 2023)
3745
--------------
3846

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dnl Process this file with autoconf to produce a configure script.
2-
AC_INIT(io_lib, 1.15.0)
2+
AC_INIT(io_lib, 1.15.1)
33
IOLIB_VERSION=$PACKAGE_VERSION
44
IOLIB_VERSION_MAJOR=`expr "$PACKAGE_VERSION" : '\([[0-9]]*\)'`
55
IOLIB_VERSION_MINOR=`expr "$PACKAGE_VERSION" : '[[0-9]]*\.\([[0-9]]*\)'`
@@ -69,7 +69,7 @@ AX_SUBDIRS_CONFIGURE([htscodecs],[[--disable-shared],[--with-pic]])
6969
# libstaden-read.so.1.1.0
7070

7171
VERS_CURRENT=15
72-
VERS_REVISION=3
72+
VERS_REVISION=4
7373
VERS_AGE=1
7474
AC_SUBST(VERS_CURRENT)
7575
AC_SUBST(VERS_REVISION)

0 commit comments

Comments
 (0)