Skip to content

Commit

Permalink
Updated the version year to 2022.
Browse files Browse the repository at this point in the history
  • Loading branch information
whitwham committed Feb 17, 2022
1 parent 9a29657 commit b55d636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ int main(int argc, char *argv[])
if (argc < 2) { usage(stderr); return 1; }

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

0 comments on commit b55d636

Please sign in to comment.