File tree Expand file tree Collapse file tree 8 files changed +11
-8
lines changed
Expand file tree Collapse file tree 8 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -131,8 +131,8 @@ LIBHTS_SOVERSION = 3
131131# is not strictly necessary and should be removed the next time
132132# LIBHTS_SOVERSION is bumped (see #1144 and
133133# https://developer.apple.com/library/archive/documentation/DeveloperTools/Conceptual/DynamicLibraries/100-Articles/DynamicLibraryDesignGuidelines.html#//apple_ref/doc/uid/TP40002013-SW23)
134- MACH_O_COMPATIBILITY_VERSION = 3.1.13
135- MACH_O_CURRENT_VERSION = 3.1.13
134+ MACH_O_COMPATIBILITY_VERSION = 3.1.14
135+ MACH_O_CURRENT_VERSION = 3.1.14
136136
137137# $(NUMERIC_VERSION) is for items that must have a numeric X.Y.Z string
138138# even if this is a dirty or untagged Git working tree.
Original file line number Diff line number Diff line change 11Noteworthy changes in release a.b
22~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33
4+ Noteworthy changes in release 1.14 (22nd October 2021)
5+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6+
47Features and Updates
58--------------------
69
Original file line number Diff line number Diff line change 1- .TH bgzip 1 "7 July 2021" "htslib-1.13 " "Bioinformatics tools"
1+ .TH bgzip 1 "22 October 2021" "htslib-1.14 " "Bioinformatics tools"
22.SH NAME
33.PP
44bgzip \- Block compression/decompression utility
Original file line number Diff line number Diff line change 1- .TH htsfile 1 "7 July 2021" "htslib-1.13 " "Bioinformatics tools"
1+ .TH htsfile 1 "22 October 2021" "htslib-1.14 " "Bioinformatics tools"
22.SH NAME
33htsfile \- identify high-throughput sequencing data files
44.\"
Original file line number Diff line number Diff line change 1- .TH htslib-s3-plugin 7 "7 July 2021" "htslib-1.13 " "Bioinformatics tools"
1+ .TH htslib-s3-plugin 7 "22 October 2021" "htslib-1.14 " "Bioinformatics tools"
22.SH NAME
33s3 plugin \- htslib AWS S3 plugin
44.\"
Original file line number Diff line number Diff line change @@ -486,7 +486,7 @@ const char *hts_version(void);
486486// Immediately after release, bump ZZ to 90 to distinguish in-development
487487// Git repository builds from the release; you may wish to increment this
488488// further when significant features are merged.
489- #define HTS_VERSION 101390
489+ #define HTS_VERSION 101490
490490
491491/*! @abstract Introspection on the features enabled in htslib
492492 *
Original file line number Diff line number Diff line change 1- .TH tabix 1 "7 July 2021" "htslib-1.13 " "Bioinformatics tools"
1+ .TH tabix 1 "22 October 2021" "htslib-1.14 " "Bioinformatics tools"
22.SH NAME
33.PP
44tabix \- Generic indexer for TAB-delimited genome position files
Original file line number Diff line number Diff line change 2424# DEALINGS IN THE SOFTWARE.
2525
2626# Master version, for use in tarballs or non-git source copies
27- VERSION=1.13
27+ VERSION=1.14
2828
2929# If we have a git clone, then check against the current tag
3030srcdir=${0%/ version.sh}
You can’t perform that action at this time.
0 commit comments