Skip to content

Commit e4c6937

Browse files
author
Chad Trabant
committed
Update version to 3.0.6
1 parent b72972f commit e4c6937

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-
2019.170:
1+
2019.170: 3.0.6
22
- Generalize ms_timestr2nstime() to detect all supported time formats.
33
- Rename old ms_timestr2nstime() to ms_mdtimestr2nstime().
44
- Change minimum valid year from 1000 to 1678 to avoid wrap-around.

libmseed.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
extern "C" {
3030
#endif
3131

32-
#define LIBMSEED_VERSION "3.0.5" //!< Library version
33-
#define LIBMSEED_RELEASE "2019.166" //!< Library release date
32+
#define LIBMSEED_VERSION "3.0.6" //!< Library version
33+
#define LIBMSEED_RELEASE "2019.170" //!< Library release date
3434

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

0 commit comments

Comments
 (0)