Skip to content

Commit

Permalink
new version number for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
voutcn committed Jan 20, 2015
1 parent 00c5a21 commit 57dab94
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 0.1.4 / 2015-01-20
Bug Fixes:

* Fixed crashes related to OpenMP

### 0.1.3 / 2014-12-01

Enhancements:
Expand Down
4 changes: 2 additions & 2 deletions megahit
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import multiprocessing
from datetime import datetime, date, time

usage_message = '''
megahit version: 0.1.3-bugfix2
megahit version: 0.1.4
Copyright (c) The University of Hong Kong
Usage:
Expand Down Expand Up @@ -583,7 +583,7 @@ def main(argv = None):
check_bin()

start_time = datetime.now()
print >> sys.stderr, "MEAGHIT v0.1.3-bugfix2"
print >> sys.stderr, "MEAGHIT v0.1.4"
print >> sys.stderr, "[%s] Start assembly. Number of CPU threads %d." % (start_time.strftime("%c"), num_cpu_threads)

make_out_dir()
Expand Down

0 comments on commit 57dab94

Please sign in to comment.