Skip to content

Commit 607d3ee

Browse files
Update version to v3.2.0
1 parent 3547876 commit 607d3ee

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

ChangeLog

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
2025.312:
1+
2025.315: v3.2.0
22
- Add generator-style packing interfaces for MS3Record and MS3TraceList.
33
Specifically msr3_pack_init(), msr_pack_next(), msr_pack_free() and
44
mstl3_pack_init(), mstl3_pack_next(), mstl_pack_free().
55
- Fix mstl3_pack_ppupdate_flushidle() logic to flush only idle streams.
66
- Fix memory leak in mseh_replace().
7+
- Addition of a CMake build system contributed by @lsawade, thank you!
78

89
2025.303: v3.1.11
910
- Fix byte swapping in ms3_detect() for v3 records for big-endian systems.

libmseed.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ extern "C"
2929
{
3030
#endif
3131

32-
#define LIBMSEED_VERSION "3.1.11" //!< Library version
33-
#define LIBMSEED_RELEASE "2025.303" //!< Library release date
32+
#define LIBMSEED_VERSION "3.2.0" //!< Library version
33+
#define LIBMSEED_RELEASE "2025.315" //!< Library release date
3434

3535
/** @defgroup io-functions File and URL I/O */
3636
/** @defgroup miniseed-record Record Handling */

0 commit comments

Comments
 (0)