Skip to content

Commit

Permalink
Bump to Bump to 2.11.0-gv
Browse files Browse the repository at this point in the history
  • Loading branch information
apcamargo committed Mar 30, 2023
1 parent ba4b7db commit 80e488b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
VERSION 2.11.0-gv

* Fix buffer initialization in SD motif detection code.
* Fix indexing error for reverse strand in `calc_orf_gc`.
* Avoid skipping candidate RBS positions in `rbs_score`.

VERSION 2.10.0-gv

* Increase `MAX_GENES` and `MAX_SEQ`.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.10.0-gv: December 2022
v2.11.0-gv: March 2023
4 changes: 2 additions & 2 deletions main.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
#include "fptr.h"


#define VERSION "2.10.0-gv"
#define DATE "December, 2022"
#define VERSION "2.11.0-gv"
#define DATE "March, 2023"

#define MIN_SINGLE_GENOME 20000
#define IDEAL_SINGLE_GENOME 100000
Expand Down

0 comments on commit 80e488b

Please sign in to comment.