We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecf93e3 commit e8e766aCopy full SHA for e8e766a
ChangeLog
@@ -1,4 +1,4 @@
1
-2025.303:
+2025.303: v3.1.11
2
- Fix byte swapping in ms3_detect() for v3 records for big-endian systems.
3
- Add MSF_SKIPADJACENTDUPLICATES to skip adjacent duplicate records while
4
populating a MS3TraceList.
libmseed.h
@@ -29,8 +29,8 @@ extern "C"
29
{
30
#endif
31
32
-#define LIBMSEED_VERSION "3.1.10" //!< Library version
33
-#define LIBMSEED_RELEASE "2025.298" //!< Library release date
+#define LIBMSEED_VERSION "3.1.11" //!< Library version
+#define LIBMSEED_RELEASE "2025.303" //!< Library release date
34
35
/** @defgroup io-functions File and URL I/O */
36
/** @defgroup miniseed-record Record Handling */
0 commit comments