File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 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
7102018.240: 2.19.6
811 - Allow ms_readleapsecondfile() to be called multiple times, by @pn2200
Original file line number Diff line number Diff line change 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
2828extern "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>
You can’t perform that action at this time.
0 commit comments