We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e8a24b commit cd7c810Copy full SHA for cd7c810
1 file changed
src/ordt/extract/Ordt.java
@@ -31,7 +31,7 @@
31
32
public class Ordt {
33
34
- private static String version = "180123.01";
+ private static String version = "180201.01";
35
private static DebugController debug = new MyDebugController(); // override design annotations, input/output files
36
37
public enum InputType { RDL, JSPEC };
0 commit comments