Skip to content

Commit

Permalink
Merge pull request #85 from jenniferliddle/sort_order
Browse files Browse the repository at this point in the history
Updated version number for release
  • Loading branch information
jenniferliddle committed Feb 25, 2016
2 parents a59ed34 + 04cd70b commit 6638a24
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

release 1.19
- cope with unknown sort order in header

release 1.18
Expand Down
2 changes: 1 addition & 1 deletion nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ file.reference.jackson-core-2.0.0.jar=lib/jackson/jackson-core-2.0.0.jar
file.reference.jackson-databind-2.0.0.jar=lib/jackson/jackson-databind-2.0.0.jar
file.reference.picard.jar=lib/picard/picard-1.96.jar
file.reference.sam.jar=lib/picard/sam-1.96.jar
illumina2bam.version=1.18
illumina2bam.version=1.19
includes=**
jar.compress=false
javac.classpath=\
Expand Down
2 changes: 1 addition & 1 deletion src/uk/ac/sanger/npg/picard/PicardCommandLine.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
*/
public abstract class PicardCommandLine extends CommandLineProgram {

public static final String version = "1.17";
public static final String version = "1.19";

/**
* Generate Program Record for this program itself
Expand Down

0 comments on commit 6638a24

Please sign in to comment.