From 9056ba1e2797e9eeceed017a48adc2347fe38b53 Mon Sep 17 00:00:00 2001
From: Anders Blomdell <anders.blomdell@control.lth.se>
Date: Fri, 28 Nov 2014 16:14:11 +0100
Subject: [PATCH] Set default version to 2014

---
 compiler/2014/LabComm.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/compiler/2014/LabComm.java b/compiler/2014/LabComm.java
index d041389..2844ed2 100644
--- a/compiler/2014/LabComm.java
+++ b/compiler/2014/LabComm.java
@@ -14,7 +14,7 @@ public class LabComm {
     println("");
     println(" --help                  Shows this help text");
     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                      Generates C/H code in FILE.[ch]");
     println(" --cprefix=PREFIX        Prefixes C types with PREFIX");
@@ -127,7 +127,7 @@ public class LabComm {
     String coreName = null;
     String prefix = null;
     boolean verbose = false;
-    int ver = 2013; //Version 2013 as default
+    int ver = 2014; //Version 2014 as default
     String cFile = null;
     String hFile = null;
     Vector cIncludes = new Vector();
-- 
GitLab