Skip to content

Commit

Permalink
Update version to 3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Chad Trabant committed Jun 19, 2019
1 parent b72972f commit e4c6937
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 @@
2019.170:
2019.170: 3.0.6
- Generalize ms_timestr2nstime() to detect all supported time formats.
- Rename old ms_timestr2nstime() to ms_mdtimestr2nstime().
- Change minimum valid year from 1000 to 1678 to avoid wrap-around.
Expand Down
4 changes: 2 additions & 2 deletions libmseed.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
extern "C" {
#endif

#define LIBMSEED_VERSION "3.0.5" //!< Library version
#define LIBMSEED_RELEASE "2019.166" //!< Library release date
#define LIBMSEED_VERSION "3.0.6" //!< Library version
#define LIBMSEED_RELEASE "2019.170" //!< Library release date

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

0 comments on commit e4c6937

Please sign in to comment.