Skip to content

Commit a2ed273

Browse files
author
chad-iris
committed
Mark 3.0.2 release
1 parent 503acf1 commit a2ed273

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ChangeLog

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
2019.103:
2-
- mstl3_pack() can be called without modifying the trace list with MSF_MAINTAINMSTL flag.
1+
2019.103: 3.0.2
2+
- mstl3_pack() can be called without modifying the Trace List with MSF_MAINTAINMSTL flag.
33
- Add lm_pack_rollingbuffer.c example of generating records with a rolling buffer.
4-
- Consistenly provide extra headers as terminated string from MS3Record.extra.
4+
- Consistently provide extra headers as terminated string from MS3Record.extra.
55
- Fix segment start time tracking in mstl3_pack().
66

77
2019.102: 3.0.1

libmseed.h

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

34-
#define LIBMSEED_VERSION "3.0.1" //!< Library version
35-
#define LIBMSEED_RELEASE "2019.102" //!< Library release date
34+
#define LIBMSEED_VERSION "3.0.2" //!< Library version
35+
#define LIBMSEED_RELEASE "2019.103" //!< Library release date
3636

3737
/* C99 standard headers */
3838
#include <stdlib.h>

0 commit comments

Comments
 (0)