Skip to content

Commit 931aaf7

Browse files
Update version to v3.1.10
1 parent d2b3892 commit 931aaf7

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,6 +1,7 @@
1-
2025.297:
1+
2025.298: v3.1.10
22
- Add MSF_SPLITISVERSION flag to control using the splitversion value as the
33
version instead the record publication version for mstl3_addmsr() and variants.
4+
- Add missing functions to libmseed.def for Windows library exports.
45

56
2025.267: v3.1.9
67
- Add mstl3_pack_ppupdate_flushidle() for packing idle streams in combination

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.9" //!< Library version
33-
#define LIBMSEED_RELEASE "2025.267" //!< Library release date
32+
#define LIBMSEED_VERSION "3.1.10" //!< Library version
33+
#define LIBMSEED_RELEASE "2025.298" //!< Library release date
3434

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

0 commit comments

Comments
 (0)