Skip to content

Commit e043051

Browse files
author
Chad Trabant
committed
Bump version and update ChangeLog
1 parent 12368db commit e043051

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2017.075: 2.19.3
2+
- Add missing public, global symbols to libmseed.map, thanks
3+
to Elliott Sales de Andrade.
4+
15
2017.061: 2.19.2
26
- Provide install target in Makefile thanks to by Pierre Duperray.
37
- Deprecate dynamic build target, the shared target will now build

libmseed.h

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

31-
#define LIBMSEED_VERSION "2.19.2"
32-
#define LIBMSEED_RELEASE "2017.061"
31+
#define LIBMSEED_VERSION "2.19.3"
32+
#define LIBMSEED_RELEASE "2017.075"
3333

3434
/* C99 standard headers */
3535
#include <stdlib.h>

0 commit comments

Comments
 (0)