Skip to content

Commit

Permalink
Updated version to 2.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
lrog committed Aug 10, 2014
1 parent 1c30a0c commit e113656
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion HISTORY
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
11.08.2014
DSRC 2.0.1 release
- updated tag modelling routines, fixing a bug when compressing FASTQ blocks varying in tag fields description characteristics
- fixed CRC32 checksum geneartion (thanks to CanoeFZH)

06.05.2014
Updated the help message with usage examples and removed "RC" from version string.

31.03.2014
Fixed MacOSX support.

28.03.2014
Initial DSRC 2.0 Release Candidate version.
Initial DSRC 2.0 Release Candidate version.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include "DsrcOperator.h"
#include "utils.h"

const std::string version = "2.01 @ 28.05.2014";
const std::string version = "2.01 @ 11.08.2014";

using namespace dsrc;
using namespace dsrc::core;
Expand Down

0 comments on commit e113656

Please sign in to comment.