Skip to content

Commit

Permalink
Updated version.
Browse files Browse the repository at this point in the history
  • Loading branch information
bbuchfink committed Oct 19, 2024
1 parent a77eaa4 commit 1130513
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions src/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[2.1.10]
- Fixed a bug that could cause a crash when using a bi-directional coverage
cutoff in query-indexed mode.
- Fixed a bug that caused the `--include-lineage` option to malfunction for
targets with no taxonomic assignment available.

[2.1.9]
- Corrected the prefix of the query length field for the SAM format.
Expand Down
2 changes: 1 addition & 1 deletion src/basic/basic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "../util/util.h"
#include "../stats/standard_matrix.h"

const char* Const::version_string = "2.1.9";
const char* Const::version_string = "2.1.10";
using std::string;
using std::vector;
using std::count;
Expand Down
2 changes: 1 addition & 1 deletion src/basic/const.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ struct Const
{

enum {
build_version = 163,
build_version = 164,
#ifdef SINGLE_THREADED
seedp_bits = 0,
#else
Expand Down
4 changes: 2 additions & 2 deletions src/test/test_cases.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ const vector<uint64_t> ref_hashes = {
0xe787dcb23cc5b120,
0x5aa4baf48a888be9,
0xa2519e06e3bfa2fd,
0x908a59d941ba8497,
0x67b3a14cdd541dc3
0x2b827bdfa26faa1,
0x67b3a14cdd541dc3,
};

}

0 comments on commit 1130513

Please sign in to comment.