Skip to content
Snippets Groups Projects
Commit 9056ba1e authored by Anders Blomdell's avatar Anders Blomdell
Browse files

Set default version to 2014

parent b63cf3bb
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ public class LabComm { ...@@ -14,7 +14,7 @@ public class LabComm {
println(""); println("");
println(" --help Shows this help text"); println(" --help Shows this help text");
println(" -v Be verbose"); println(" -v Be verbose");
println(" --ver=VERSION Generate code for labcomm VERSION (=2006 or 2013)"); println(" --ver=VERSION Generate code for labcomm VERSION (=2006 or 2014)");
println("[ C options ]"); println("[ C options ]");
println(" -C Generates C/H code in FILE.[ch]"); println(" -C Generates C/H code in FILE.[ch]");
println(" --cprefix=PREFIX Prefixes C types with PREFIX"); println(" --cprefix=PREFIX Prefixes C types with PREFIX");
...@@ -127,7 +127,7 @@ public class LabComm { ...@@ -127,7 +127,7 @@ public class LabComm {
String coreName = null; String coreName = null;
String prefix = null; String prefix = null;
boolean verbose = false; boolean verbose = false;
int ver = 2013; //Version 2013 as default int ver = 2014; //Version 2014 as default
String cFile = null; String cFile = null;
String hFile = null; String hFile = null;
Vector cIncludes = new Vector(); Vector cIncludes = new Vector();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment