Skip to content

Commit

Permalink
New release.
Browse files Browse the repository at this point in the history
  • Loading branch information
fcyu committed Oct 1, 2018
1 parent 5f9946c commit ba491f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>hk.ust.bioinformatics</groupId>
<artifactId>ECL2</artifactId>
<version>2.1.7</version>
<version>2.1.8</version>
<packaging>jar</packaging>

<name>ECL2</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/proteomics/ECL2.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class ECL2 {
public static final int[] isotopeCorrectionArray = new int[]{-2, -1, 0}; // do not change it

private static final Logger logger = LoggerFactory.getLogger(ECL2.class);
public static final String version = "2.1.7";
public static final String version = "2.1.8";

public static boolean debug;
public static boolean dev;
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/parameter.def
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 2.1.8-af07e84
# 2.1.8
# The first line is the parameter file version. Do not change it.
thread_num = 0 # The thread number. Set to 0 to use all the CPU resources of the computer.
debug = 0 # For debug.
Expand Down

0 comments on commit ba491f2

Please sign in to comment.