Skip to content

Commit f310e99

Browse files
committed
Merge branch 'develop' of pd3-github:samtools/bcftools into develop
2 parents a72744f + 3ead9bf commit f310e99

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ int main(int argc, char *argv[])
265265
if (argc < 2) { usage(stderr); return 1; }
266266

267267
if (strcmp(argv[1], "version") == 0 || strcmp(argv[1], "--version") == 0 || strcmp(argv[1], "-v") == 0) {
268-
printf("bcftools %s\nUsing htslib %s\nCopyright (C) 2024 Genome Research Ltd.\n", bcftools_version(), hts_version());
268+
printf("bcftools %s\nUsing htslib %s\nCopyright (C) 2025 Genome Research Ltd.\n", bcftools_version(), hts_version());
269269
#if USE_GPL
270270
printf("License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n");
271271
#else

plugins/vcf2table.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
#include <unistd.h> // for isatty
3939

4040
#include "../bcftools.h"
41-
#include "hts_internal.h"
4241

4342
#define ASSERT_NOT_NULL(a) \
4443
do { \

0 commit comments

Comments
 (0)