Skip to content

Commit ac2b23b

Browse files
author
chad-iris
committed
Finish updates to ChangeLog and mark as 2.19.7
1 parent f9c70bd commit ac2b23b

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

ChangeLog

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
2022.075:
1+
2022.075: 2.19.7
22
- Avoid braceless multiple statements MS_SWAPBTIME macro usage.
33
- Fix statement macros by @QuLogic. #73
44
- Simplification of byte swapping routines by @QuLogic. #74
55
- Avoid string buffer overflow warnings.
6+
- Makefile mods for CMake as ExternalProject by Sriram Sundararajan.
7+
- Encapsulate value of MS_NSTIME2EPOCH and MS_EPOCH2NSTIME macros.
8+
- Fix example mst_pack().
69

710
2018.240: 2.19.6
811
- Allow ms_readleapsecondfile() to be called multiple times, by @pn2200

libmseed.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* License along with this software.
1818
* If not, see <https://www.gnu.org/licenses/>.
1919
*
20-
* Copyright (C) 2017 Chad Trabant
20+
* Copyright (C) 2022 Chad Trabant
2121
* IRIS Data Management Center
2222
***************************************************************************/
2323

@@ -28,8 +28,8 @@
2828
extern "C" {
2929
#endif
3030

31-
#define LIBMSEED_VERSION "2.19.6+"
32-
#define LIBMSEED_RELEASE "2018.240+"
31+
#define LIBMSEED_VERSION "2.19.7"
32+
#define LIBMSEED_RELEASE "2022.075"
3333

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

0 commit comments

Comments
 (0)