From 94824fad2f7d0f7c4f1c7fbe667e50389a16d397 Mon Sep 17 00:00:00 2001 From: Adrian Pop Date: Thu, 4 Nov 2010 14:38:54 +0000 Subject: [PATCH] - make 3.x annotation version the default. git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6880 f25d12d1-65f4-0310-ae8a-bbce733d8d8e --- Compiler/runtime/rtopts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Compiler/runtime/rtopts.c b/Compiler/runtime/rtopts.c index 7267c8a1979..195e9e4a188 100644 --- a/Compiler/runtime/rtopts.c +++ b/Compiler/runtime/rtopts.c @@ -129,7 +129,7 @@ void RTOpts_5finit(void) version_request = 0; corbaSessionName = 0; acceptedGrammar = GRAMMAR_MODELICA; - annotation_version = "2.x"; + annotation_version = "3.x"; showErrorMessages = 0; noSimplify = 0; vectorization_limit = 20;