Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
bbuchfink committed Feb 15, 2018
1 parent ce96e39 commit aa0a75c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
Binary file modified diamond_manual.pdf
Binary file not shown.
1 change: 1 addition & 0 deletions src/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[0.9.18]
- Optimized output writing performance.
- Fixed a bug in the XML output format.

[0.9.17]
- Fixed a compiler error on FreeBSD.
Expand Down
2 changes: 1 addition & 1 deletion src/basic/basic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "sequence.h"
#include "masking.h"

const char* Const::version_string = "0.9.17";
const char* Const::version_string = "0.9.18";
const char* Const::program_name = "diamond";
const char* Const::id_delimiters = " \a\b\f\n\r\t\v\1";

Expand Down
2 changes: 1 addition & 1 deletion src/basic/const.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ struct Const
{

enum {
build_version = 118,
build_version = 119,
seedp_bits = 10,
seedp = 1<<seedp_bits,
max_seed_weight = 32,
Expand Down

0 comments on commit aa0a75c

Please sign in to comment.