Skip to content

Commit 7060387

Browse files
committed
Merge version number bump and NEWS file from master
2 parents b136e5d + c37e041 commit 7060387

File tree

8 files changed

+11
-8
lines changed

8 files changed

+11
-8
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Noteworthy changes in release a.b
22
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33

4+
Noteworthy changes in release 1.14 (22nd October 2021)
5+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6+
47
Features and Updates
58
--------------------
69

bgzip.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
44
bgzip \- Block compression/decompression utility

htsfile.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
33
htsfile \- identify high-throughput sequencing data files
44
.\"

htslib-s3-plugin.7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
33
s3 plugin \- htslib AWS S3 plugin
44
.\"

htslib/hts.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
*

tabix.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
44
tabix \- Generic indexer for TAB-delimited genome position files

version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
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
3030
srcdir=${0%/version.sh}

0 commit comments

Comments
 (0)