Skip to content

Commit

Permalink
SWIPE 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
torognes committed May 4, 2018
1 parent afc7faa commit 71aa57d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2018-05-04 Torbjorn Rognes <[email protected]>
* Version 2.1.0
* Fix for changes to NCBI database format
* Added query description to XML output
* Fixed compilation errors with C++11

2015-12-18 Torbjorn Rognes <[email protected]>
* Version 2.0.12
* Fixed a bug in memory allocation that caused segfaults.
Expand Down
Binary file removed Linux/mpiswipe
Binary file not shown.
Binary file removed Linux/swipe
Binary file not shown.
Binary file removed Mac/mpiswipe
Binary file not shown.
Binary file removed Mac/swipe
Binary file not shown.
2 changes: 1 addition & 1 deletion swipe.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
#define LINE_MAX 2048
#endif

#define SWIPE_VERSION "2.0.12"
#define SWIPE_VERSION "2.1.0"

// Should be 32bits integer
typedef unsigned int UINT32;
Expand Down

0 comments on commit 71aa57d

Please sign in to comment.