Skip to content

Commit

Permalink
New release.
Browse files Browse the repository at this point in the history
  • Loading branch information
fcyu committed Jul 24, 2017
1 parent bbf133d commit 8b455bd
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 @@ -4,7 +4,7 @@

<groupId>hk.ust.bioinformatics</groupId>
<artifactId>ECL2</artifactId>
<version>2.1.4-dev-201706160134</version>
<version>2.1.4</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 @@ -26,7 +26,7 @@ public class ECL2 {
public static final int score_point_t = 15000;

private static final Logger logger = LoggerFactory.getLogger(ECL2.class);
public static final String version = "2.1.4-dev-201706160134";
public static final String version = "2.1.4";

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.4-dev-201706160134
# 2.1.4
# The first line is the parameter file version. Do not change it.
thread_num = 0
debug = 0
Expand Down

0 comments on commit 8b455bd

Please sign in to comment.