Skip to content

Commit

Permalink
Updated version for release v2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
untergasser committed Jan 26, 2022
1 parent 53734b8 commit 7f9f17d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/libprimer3.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6279,7 +6279,7 @@ p3_get_pair_array_explain_string(const pair_array_t *pair_array)
const char *
libprimer3_release(void)
{
return "libprimer3 release 2.6.0";
return "libprimer3 release 2.6.1";
}

const char *
Expand Down
4 changes: 2 additions & 2 deletions src/primer3_manual.htm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<meta name="viewport" content="width=1034, initial-scale=1.0">
<title>Primer3 Release 2.6.0 Manual</title>
<title>Primer3 Release 2.6.1 Manual</title>
<style>
body {
background-color:white;
Expand Down Expand Up @@ -39,7 +39,7 @@
</head>
<body>
<div id="page">
<h1>PRIMER3 RELEASE 2.6.0 MANUAL</h1>
<h1>PRIMER3 RELEASE 2.6.1 MANUAL</h1>
<h2>CONTENTS</h2><p>
<a href="#copyrightLicense">1. COPYRIGHT AND LICENSE</a><br>
<a href="#introduction">2. INTRODUCTION</a><br>
Expand Down
4 changes: 4 additions & 0 deletions src/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
release 2.6.1 2022-01-26 ===============================================
This release fixes a small memory bug.


release 2.6.0 2022-01-08 ===============================================
This release adds new features to primer3_core and related C code.

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.6.0\n";
print "$0 for primer3_core version 2.6.1\n";

$all_ok = 1;
my $overall_start_time = time();
Expand Down

0 comments on commit 7f9f17d

Please sign in to comment.