Skip to content

Commit 157a08c

Browse files
Update version to v3.5.1
1 parent 64bdab7 commit 157a08c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
2026.206:
1+
2026.206: v3.5.1
22
- Set MS3RecordPtr.msr->record to NULL when the raw record is not available,
33
instead of leaving it dangling to a source buffer that may be freed or
44
reused.

libmseed.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* See the License for the specific language governing permissions and
1818
* limitations under the License.
1919
*
20-
* Copyright (C) 2025:
20+
* Copyright (C) 2026:
2121
* @author Chad Trabant, EarthScope Data Services
2222
***************************************************************************/
2323

@@ -29,8 +29,8 @@ extern "C"
2929
{
3030
#endif
3131

32-
#define LIBMSEED_VERSION "3.5.0" //!< Library version
33-
#define LIBMSEED_RELEASE "2026.205" //!< Library release date
32+
#define LIBMSEED_VERSION "3.5.1" //!< Library version
33+
#define LIBMSEED_RELEASE "2026.206" //!< Library release date
3434

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

0 commit comments

Comments
 (0)