Skip to content

Commit 2f89c1e

Browse files
authored
Merge pull request #1662 from whitwham/main_2022_copyright
Updated the Version Year to 2022.
2 parents f964d6d + b55d636 commit 2f89c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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) 2021 Genome Research Ltd.\n", bcftools_version(), hts_version());
268+
printf("bcftools %s\nUsing htslib %s\nCopyright (C) 2022 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

0 commit comments

Comments
 (0)