Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sestaton committed Jul 27, 2016
1 parent fb0ee47 commit 07fa46c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Revision history for Pairfq

Version Date Location
0.16 07/24/2016 Vancouver, BC
0.16.0 07/24/2016 Vancouver, BC

- Clean up Unix paths correctly (e.g. '/some/relative/../path' becomes '/some/path').
Fixes #10 on github.

0.15 12/22/2015 Vancouver, BC
0.15.0 12/22/2015 Vancouver, BC

- Major change in how compressing output is performed. Now, the data is piped directly
to the compression program so it is much more efficient that writing twice and deleting
Expand Down
2 changes: 1 addition & 1 deletion bin/pairfq
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use File::Basename;
use Getopt::Long;
use Pod::Usage;

our $VERSION = '0.16';
our $VERSION = '0.16.0';

my $script = basename($0, ());
$script = "pairfq" if $script =~ /^-$|stdin/i;
Expand Down
2 changes: 1 addition & 1 deletion scripts/pairfq_lite.pl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use Getopt::Long;
use Pod::Usage;

our $VERSION = '0.16';
our $VERSION = '0.16.0';

my $infile; # input file for 'addinfo', 'splitpairs' and 'makepairs' methods
my $outfile; # output file for 'addinfo' method
Expand Down

0 comments on commit 07fa46c

Please sign in to comment.