Skip to content

Commit

Permalink
Bump version to today's date and add -crb suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
ebertland committed Nov 9, 2017
1 parent f21e8b4 commit e438c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ordt/extract/Ordt.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

public class Ordt {

private static String version = "171103.02";
private static String version = "171108.01-crb";
private static DebugController debug = new MyDebugController(); // override design annotations, input/output files

public enum InputType { RDL, JSPEC };
Expand Down

0 comments on commit e438c8f

Please sign in to comment.