We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12368db commit e043051Copy full SHA for e043051
ChangeLog
@@ -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
+
5
2017.061: 2.19.2
6
- Provide install target in Makefile thanks to by Pierre Duperray.
7
- Deprecate dynamic build target, the shared target will now build
libmseed.h
@@ -28,8 +28,8 @@
28
extern "C" {
29
#endif
30
31
-#define LIBMSEED_VERSION "2.19.2"
32
-#define LIBMSEED_RELEASE "2017.061"
+#define LIBMSEED_VERSION "2.19.3"
+#define LIBMSEED_RELEASE "2017.075"
33
34
/* C99 standard headers */
35
#include <stdlib.h>
0 commit comments