Skip to content

Commit

Permalink
Update ChangeLog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
chad-earthscope committed Jul 25, 2023
1 parent d0f3500 commit b17f7dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
2023.205:
2023.206: 3.0.17
- Add tests for default record length and encoding.
- Document versioning schema as semantic versioning.
- Add const qualifiers to packing routines that do not modify the
passed MS3Record structure.

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.16" //!< Library version
#define LIBMSEED_RELEASE "2023.204" //!< Library release date
#define LIBMSEED_VERSION "3.0.17" //!< Library version
#define LIBMSEED_RELEASE "2023.206" //!< Library release date

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

0 comments on commit b17f7dc

Please sign in to comment.