Skip to content

Commit

Permalink
a6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
chrchang committed Jan 16, 2025
1 parent af9d7cb commit 7b525a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 2.0/plink2.cc
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
namespace plink2 {
#endif

static const char ver_str[] = "PLINK v2.0.0-a.6.5.e"
static const char ver_str[] = "PLINK v2.0.0-a.6.6"
#ifdef NOLAPACK
"NL"
#elif defined(LAPACK_ILP64)
Expand Down Expand Up @@ -72,7 +72,7 @@ static const char ver_str[] = "PLINK v2.0.0-a.6.5.e"
#elif defined(USE_AOCL)
" AMD"
#endif
" (15 Jan 2025)";
" (16 Jan 2025)";
static const char ver_str2[] =
// include leading space if day < 10, so character length stays the same
""
Expand Down Expand Up @@ -100,7 +100,7 @@ static const char ver_str2[] =
# endif
#endif

" cog-genomics.org/plink/2.0/\n"
" cog-genomics.org/plink/2.0/\n"
"(C) 2005-2025 Shaun Purcell, Christopher Chang GNU General Public License v3\n";
static const char errstr_append[] = "For more info, try \"" PROG_NAME_STR " --help <flag name>\" or \"" PROG_NAME_STR " --help | more\".\n";

Expand Down

0 comments on commit 7b525a5

Please sign in to comment.