From ac2b23bb6e7f7b3682024273b79f4f232aecbbf6 Mon Sep 17 00:00:00 2001 From: chad-iris Date: Wed, 16 Mar 2022 22:00:47 -0700 Subject: [PATCH] Finish updates to ChangeLog and mark as 2.19.7 --- ChangeLog | 5 ++++- libmseed.h | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 840f56a..ec26ed2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,11 @@ -2022.075: +2022.075: 2.19.7 - Avoid braceless multiple statements MS_SWAPBTIME macro usage. - Fix statement macros by @QuLogic. #73 - Simplification of byte swapping routines by @QuLogic. #74 - Avoid string buffer overflow warnings. + - Makefile mods for CMake as ExternalProject by Sriram Sundararajan. + - Encapsulate value of MS_NSTIME2EPOCH and MS_EPOCH2NSTIME macros. + - Fix example mst_pack(). 2018.240: 2.19.6 - Allow ms_readleapsecondfile() to be called multiple times, by @pn2200 diff --git a/libmseed.h b/libmseed.h index 0bf53eb..659a964 100644 --- a/libmseed.h +++ b/libmseed.h @@ -17,7 +17,7 @@ * License along with this software. * If not, see . * - * Copyright (C) 2017 Chad Trabant + * Copyright (C) 2022 Chad Trabant * IRIS Data Management Center ***************************************************************************/ @@ -28,8 +28,8 @@ extern "C" { #endif -#define LIBMSEED_VERSION "2.19.6+" -#define LIBMSEED_RELEASE "2018.240+" +#define LIBMSEED_VERSION "2.19.7" +#define LIBMSEED_RELEASE "2022.075" /* C99 standard headers */ #include