Skip to content

Commit

Permalink
Merge branch 'hotfix/v1.9.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranmraine committed Aug 17, 2015
2 parents e925a30 + ae501ae commit 705c2ee
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion MYMETA.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@
}
},
"release_status" : "stable",
"version" : "v1.9.3"
"version" : "v1.9.4"
}
2 changes: 1 addition & 1 deletion MYMETA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ requires:
Test::Fatal: '0.013'
Try::Tiny: '0.19'
XML::Simple: '2.2'
version: v1.9.3
version: v1.9.4
2 changes: 1 addition & 1 deletion c/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=1.9.3
VERSION=1.9.4

#Compiler
CC = gcc -O3 -DVERSION='"$(VERSION)"' -g
Expand Down
Binary file modified docs.tar.gz
Binary file not shown.
7 changes: 3 additions & 4 deletions lib/PCAP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package PCAP;

##########LICENCE##########
# PCAP - NGS reference implementations and helper code for the ICGC/TCGA Pan-Cancer Analysis Project
# Copyright (C) 2014 ICGC PanCancer Project
# Copyright (C) 2014,2015 ICGC PanCancer Project
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
Expand All @@ -24,7 +24,7 @@ use strict;
use Const::Fast qw(const);
use base 'Exporter';

our $VERSION = '1.9.3';
our $VERSION = '1.9.4';
our @EXPORT = qw($VERSION);

const my $LICENSE =>
Expand Down Expand Up @@ -70,8 +70,7 @@ const my %UPGRADE_PATH => ( '0.1.0' => 'biobambam,bwa,samtools',
'1.8.2' => '',
'1.9.0' => '',
'1.9.1' => '',
'1.9.2' => '',
'1.9.3' => '',
'1.9.4' => '',
);

sub license {
Expand Down
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ echo > $INIT_DIR/setup.log

## grab cpanm:
rm -f $SETUP_DIR/cpanm
get_file $SETUP_DIR/cpanm http://xrl.us/cpanm
get_file $SETUP_DIR/cpanm https://cpanmin.us/
chmod +x $SETUP_DIR/cpanm

perlmods=( "File::ShareDir" "File::ShareDir::Install" "Const::Fast" )
Expand Down

0 comments on commit 705c2ee

Please sign in to comment.