Skip to content

Commit

Permalink
Updated version for release v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
untergasser committed Jan 8, 2022
1 parent cc1a6e8 commit f301397
Show file tree
Hide file tree
Showing 7 changed files with 196 additions and 133 deletions.
4 changes: 2 additions & 2 deletions src/libprimer3.cc
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ static void op_set_does_not_amplify_orf(primer_rec *);

/* Global static variables. */
static const char *primer3_copyright_char_star = "\n"
"Copyright (c) 1996-2019\n"
"Copyright (c) 1996-2022\n"
"Whitehead Institute for Biomedical Research, Steve Rozen\n"
"(http://purl.com/STEVEROZEN/), Andreas Untergasser and Helen Skaletsky\n"
"All rights reserved.\n"
Expand Down Expand Up @@ -6277,7 +6277,7 @@ p3_get_pair_array_explain_string(const pair_array_t *pair_array)
const char *
libprimer3_release(void)
{
return "libprimer3 release 2.5.0";
return "libprimer3 release 2.6.0";
}

const char *
Expand Down
315 changes: 189 additions & 126 deletions src/primer3_manual.htm

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
release 2.6.0 2021-??-?? ===============================================
release 2.6.0 2022-01-08 ===============================================
This release adds new features to primer3_core and related C code.

The actual annealing temperature of the PCR reaction may be specified by
Expand Down
2 changes: 1 addition & 1 deletion test/cmd_test3_output
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

Copyright (c) 1996-2019
Copyright (c) 1996-2022
Whitehead Institute for Biomedical Research, Steve Rozen
(http://purl.com/STEVEROZEN/), Andreas Untergasser and Helen Skaletsky
All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion test/cmd_test5_output
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

Copyright (c) 1996-2019
Copyright (c) 1996-2022
Whitehead Institute for Biomedical Research, Steve Rozen
(http://purl.com/STEVEROZEN/), Andreas Untergasser and Helen Skaletsky
All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion test/p3test.pl
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ ()
# select STDERR;
$| = 1;

print "$0 for primer3_core version 2.5.0\n";
print "$0 for primer3_core version 2.6.0\n";

$all_ok = 1;
my $overall_start_time = time();
Expand Down
2 changes: 1 addition & 1 deletion test/primer_global_err/empty_1.out2
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

Copyright (c) 1996-2019
Copyright (c) 1996-2022
Whitehead Institute for Biomedical Research, Steve Rozen
(http://purl.com/STEVEROZEN/), Andreas Untergasser and Helen Skaletsky
All rights reserved.
Expand Down

0 comments on commit f301397

Please sign in to comment.