Skip to content

Commit

Permalink
Update ChangeLog and version to 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
chad-iris committed Apr 4, 2017
1 parent 872013a commit 34177bd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2017.093: 1.5
- Update libmseed to 2.19.3.
- Remove dependency on ntwin32.mak for Windows nmake makefiles, now
building works in plain MSVC development environments.
- Add DEPRECATED notice to Makefile.wat and src/Makefile.wat.
- Update licensing to GNU GPL 3.

2015.148: 1.4
- Initialize new FDSH memory to zeros for MSRecord template when header
flags are present (new feature in 1.2).
Expand Down
2 changes: 1 addition & 1 deletion src/ascii2mseed.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

#include <libmseed.h>

#define VERSION "1.5dev"
#define VERSION "1.5"
#define PACKAGE "ascii2mseed"

struct listnode {
Expand Down

0 comments on commit 34177bd

Please sign in to comment.