We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc7ef2c commit 1ab1d9fCopy full SHA for 1ab1d9f
ChangeLog
@@ -1,4 +1,4 @@
1
-2023.160:
+2023.160: 3.0.14
2
- Add FAQ to documentation and update example code to match API changes.
3
- Change sample type for text encoding to 't', value 'a' still supported.
4
libmseed.h
@@ -28,8 +28,8 @@
28
extern "C" {
29
#endif
30
31
-#define LIBMSEED_VERSION "3.0.13" //!< Library version
32
-#define LIBMSEED_RELEASE "2023.029" //!< Library release date
+#define LIBMSEED_VERSION "3.0.14" //!< Library version
+#define LIBMSEED_RELEASE "2023.160" //!< Library release date
33
34
/** @defgroup io-functions File and URL I/O */
35
/** @defgroup miniseed-record Record Handling */
0 commit comments