File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- Release 1.6.1: (upcoming)
2
- -------------------------
1
+ Release 1.6.1: 22nd August 2024
2
+ -------------------------------
3
3
4
4
This release is primarily portability and minor bug fixes.
5
5
Original file line number Diff line number Diff line change 1
1
dnl Process this file with autoconf to produce a configure script.
2
- AC_INIT ( htscodecs , 1.6.0 )
2
+ AC_INIT ( htscodecs , 1.6.1 )
3
3
4
4
# Some functions benefit from -O3 optimisation, so if the user didn't
5
5
# explicitly set any compiler flags, we'll plump for O3.
@@ -61,7 +61,7 @@ AM_EXTRA_RECURSIVE_TARGETS([fuzz])
61
61
# libhtscodecs.so.1.1.0
62
62
63
63
VERS_CURRENT=3
64
- VERS_REVISION=5
64
+ VERS_REVISION=6
65
65
VERS_AGE=1
66
66
AC_SUBST ( VERS_CURRENT )
67
67
AC_SUBST ( VERS_REVISION )
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2021-2023 Genome Research Ltd.
2
+ * Copyright (c) 2021-2024 Genome Research Ltd.
3
3
* Author(s): James Bonfield
4
4
*
5
5
* Redistribution and use in source and binary forms, with or without
43
43
* Note currently this needs manually editing as it isn't automatically
44
44
* updated by autoconf.
45
45
*/
46
- #define HTSCODECS_VERSION 100600
46
+ #define HTSCODECS_VERSION 100601
47
47
48
48
/*
49
49
* A const string form of the HTSCODECS_VERSION define.
You can’t perform that action at this time.
0 commit comments