We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b72972f commit e4c6937Copy full SHA for e4c6937
ChangeLog
@@ -1,4 +1,4 @@
1
-2019.170:
+2019.170: 3.0.6
2
- Generalize ms_timestr2nstime() to detect all supported time formats.
3
- Rename old ms_timestr2nstime() to ms_mdtimestr2nstime().
4
- Change minimum valid year from 1000 to 1678 to avoid wrap-around.
libmseed.h
@@ -29,8 +29,8 @@
29
extern "C" {
30
#endif
31
32
-#define LIBMSEED_VERSION "3.0.5" //!< Library version
33
-#define LIBMSEED_RELEASE "2019.166" //!< Library release date
+#define LIBMSEED_VERSION "3.0.6" //!< Library version
+#define LIBMSEED_RELEASE "2019.170" //!< Library release date
34
35
/** @defgroup io-functions File I/O */
36
/** @defgroup miniseed-record Record Handling */
0 commit comments