Skip to content

Commit

Permalink
Bump date and NEWS for v1.5.24
Browse files Browse the repository at this point in the history
  • Loading branch information
tbeu committed Oct 27, 2023
1 parent 39bfb11 commit 4e8fd54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Changes in 1.5.24 (23 October 2023)
Changes in 1.5.24 (27 October 2023)
* Added predicated iteration API functions Mat_VarReadNextInfoPredicate and
Mat_VarReadNextPredicate to speed-up reading variables from HDF5 MAT file
* Added new API function Mat_GetFileAccessMode to retrieve the file access mode
Expand All @@ -21,6 +21,7 @@ Changes in 1.5.24 (23 October 2023)
* CMake: Fixed properties for CMake < 3.11
* CMake: Fixed linker error on OpenBSD
* CMake: Fixed checks of linker options
* Several other fixes, for example for memory leaks

Changes in 1.5.23 (31 March 2022)
* Updated cmake-conan to version 0.18.0
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ AC_DEFINE_UNQUOTED([MATIO_MAJOR_VERSION],1,[Matio major version number])
AC_DEFINE_UNQUOTED([MATIO_MINOR_VERSION],5,[Matio minor version number])
AC_DEFINE_UNQUOTED([MATIO_RELEASE_LEVEL],24,[Matio release level number])
AC_DEFINE_UNQUOTED([MATIO_VERSION],1524,[Matio version number])
PACKAGE_RELEASE_DATE="23 October 2023"
PACKAGE_RELEASE_DATE="27 October 2023"
AC_DEFINE_UNQUOTED([MATIO_VERSION_STR],"1.5.24",[Matio version number])
AC_SUBST(PACKAGE_RELEASE_DATE)

Expand Down

0 comments on commit 4e8fd54

Please sign in to comment.