Skip to content

Commit

Permalink
Used constants to indicate success or error
Browse files Browse the repository at this point in the history
  • Loading branch information
rmraya committed Jul 17, 2019
1 parent 348f53e commit 5ff7b60
Show file tree
Hide file tree
Showing 40 changed files with 13,193 additions and 13,083 deletions.
Binary file modified lib/xlifffilters.jar
Binary file not shown.
6 changes: 4 additions & 2 deletions src/com/maxprograms/converters/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ private Constants() {

public static final String TOOLID = "OpenXLIFF";
public static final String TOOLNAME = "OpenXLIFF Filters";
public static final String VERSION = "1.3.3";
public static final String BUILD = "20190716_1034";
public static final String VERSION = "1.4.0";
public static final String BUILD = "20190716_1852";

public static final String SUCCESS = "0";
public static final String ERROR = "1";
}
Loading

0 comments on commit 5ff7b60

Please sign in to comment.