Skip to content

Commit e8e766a

Browse files
Update version to v3.1.11
1 parent ecf93e3 commit e8e766a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
2025.303:
1+
2025.303: v3.1.11
22
- Fix byte swapping in ms3_detect() for v3 records for big-endian systems.
33
- Add MSF_SKIPADJACENTDUPLICATES to skip adjacent duplicate records while
44
populating a MS3TraceList.

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

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

0 commit comments

Comments
 (0)