Skip to content

Commit 1ab1d9f

Browse files
Update version to 3.0.14
1 parent fc7ef2c commit 1ab1d9f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
2023.160:
1+
2023.160: 3.0.14
22
- Add FAQ to documentation and update example code to match API changes.
33
- Change sample type for text encoding to 't', value 'a' still supported.
44

libmseed.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
extern "C" {
2929
#endif
3030

31-
#define LIBMSEED_VERSION "3.0.13" //!< Library version
32-
#define LIBMSEED_RELEASE "2023.029" //!< Library release date
31+
#define LIBMSEED_VERSION "3.0.14" //!< Library version
32+
#define LIBMSEED_RELEASE "2023.160" //!< Library release date
3333

3434
/** @defgroup io-functions File and URL I/O */
3535
/** @defgroup miniseed-record Record Handling */

0 commit comments

Comments
 (0)