Skip to content

Commit

Permalink
Minor command line tweak targetiing NC
Browse files Browse the repository at this point in the history
  • Loading branch information
SudokuMonster committed Dec 30, 2019
1 parent 0cc5619 commit b330b26
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions diuf/sudoku/Settings.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ public class Settings {

public final static int VERSION = 1;
public final static int REVISION = 15;
public final static String SUBREV = ".4";
public final static String releaseDate = "2019-12-29";
public final static String SUBREV = ".5";
public final static String releaseDate = "2019-12-30";
public final static String releaseYear = "2019";
public final static String releaseLicence = "Lesser General Public License";
public final static String releaseLicenceMini = "LGPL";
Expand Down
3 changes: 3 additions & 0 deletions diuf/sudoku/test/serate.java
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,9 @@ else if (s.equals("isCD"))
//@SudokuMonster:
else if (s.equals("FCPlus"))
c = 'P';
//@SudokuMonster:
else if (s.equals("isNC"))
c = 'c';
else if (s.equals("after"))
c = 'a';
else if (s.equals("before"))
Expand Down

0 comments on commit b330b26

Please sign in to comment.