Skip to content

Commit

Permalink
Release ropebwt3-3.9 (r259)
Browse files Browse the repository at this point in the history
  • Loading branch information
lh3 committed Nov 30, 2024
1 parent 94c7ec0 commit 0ea3919
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Release 3.9-r259 (30 November 2024)
-----------------------------------

Notable changes:

* New feature: with option -p, the build command optionally runs partial
suffix array construction and BWT merge at the same time.

(3.9 30 November 2024, r259)



Release 3.8-r249 (18 October 2024)
----------------------------------

Expand Down
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include "io.h"
#include "ketopt.h"

#define RB3_VERSION "3.8-r254-dirty"
#define RB3_VERSION "3.9-r259"

int main_build(int argc, char *argv[]);
int main_merge(int argc, char *argv[]);
Expand Down
2 changes: 1 addition & 1 deletion rb3tools.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env k8

const rb3_version = "3.7-r237-dirty";
const rb3_version = "3.9-r259";

/**************
* From k8.js *
Expand Down

0 comments on commit 0ea3919

Please sign in to comment.