Skip to content

Commit

Permalink
Mark as 3.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
chad-earthscope committed Jan 6, 2024
1 parent 81b3c11 commit 7b3943d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2024.002:
2024.006: 3.0.18
- ms_nslc2sid() requires all codes except location to be set to reduce misuse.
- Fix raw, diagnostic generation of SIDs from miniSEED v2 when full codes are used.
- Fix handling of data length field in miniSEED v3 as 32-bits instead of 16-bits.
Expand Down
4 changes: 2 additions & 2 deletions libmseed.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
extern "C" {
#endif

#define LIBMSEED_VERSION "3.0.17" //!< Library version
#define LIBMSEED_RELEASE "2023.206" //!< Library release date
#define LIBMSEED_VERSION "3.0.18" //!< Library version
#define LIBMSEED_RELEASE "2024.006" //!< Library release date

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

0 comments on commit 7b3943d

Please sign in to comment.