From f10425637e7299a2efdf87b4a16523230e1a877b Mon Sep 17 00:00:00 2001 From: balaskoa <Jeno.Balasko@ericsson.com> Date: Tue, 19 Nov 2019 13:19:00 +0100 Subject: [PATCH] Version update for CRL 113 200/6 R6B (6.6.pl1) Signed-off-by: balaskoa <Jeno.Balasko@ericsson.com> Change-Id: I9a46e7f3ca8cc9fd3e5261e0d65c568c9efe31b4 --- common/version.h | 4 ++-- function_test/Semantic_Analyser/ver/high_titan_SE.ttcn | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/common/version.h b/common/version.h index db61657ba..3bd2303c5 100644 --- a/common/version.h +++ b/common/version.h @@ -25,7 +25,7 @@ /* Version numbers */ #define TTCN3_MAJOR 6 #define TTCN3_MINOR 6 -#define TTCN3_PATCHLEVEL 0 //0-> x=A, 1-> x=B, ... +#define TTCN3_PATCHLEVEL 1 //0-> x=A, 1-> x=B, ... //#define TTCN3_BUILDNUMBER 0 //0=R5x, 1=R5x01, 2=R5x02, ... /* The aggregated version number must be set manually since some stupid @@ -38,7 +38,7 @@ * TTCN3_VERSION = TTCN3_MAJOR * 1000000 + TTCN3_MINOR * 10000 + * TTCN3_PATCHLEVEL * 100 + TTCN3_BUILDNUMBER */ -#define TTCN3_VERSION 60600 +#define TTCN3_VERSION 60601 /* A monotonically increasing version number. * An official release is deemed to have the highest possible build number (99) diff --git a/function_test/Semantic_Analyser/ver/high_titan_SE.ttcn b/function_test/Semantic_Analyser/ver/high_titan_SE.ttcn index 5e61b5210..adf8e32bf 100644 --- a/function_test/Semantic_Analyser/ver/high_titan_SE.ttcn +++ b/function_test/Semantic_Analyser/ver/high_titan_SE.ttcn @@ -25,8 +25,8 @@ with { // check for the more general /R\d[A-HJ-NS-VX-Z](\d{1,2})?/ /* Test needs to be adjusted for every release !!!!!!! */ - extension "requiresTITAN CRL 113 200/6 R6A"; /* This one must just pass, the next one must just fail */ - extension "requiresTITAN CRL 113 200/6 R6B01"; //^error: This module needs to be compiled with TITAN version (C[RN]L \d+ \d+\/\d+ )?R\d{1,2}[A-HJ-NS-VX-Z](\d{1,2})? or higher; version (C[RN]L \d+ \d+\/\d+ )?R\d{1,2}[A-HJ-NS-VX-Z](\d{1,2})? detected// + extension "requiresTITAN CRL 113 200/6 R6B"; /* This one must just pass, the next one must just fail */ + extension "requiresTITAN CRL 113 200/6 R6C01"; //^error: This module needs to be compiled with TITAN version (C[RN]L \d+ \d+\/\d+ )?R\d{1,2}[A-HJ-NS-VX-Z](\d{1,2})? or higher; version (C[RN]L \d+ \d+\/\d+ )?R\d{1,2}[A-HJ-NS-VX-Z](\d{1,2})? detected// /* The old style RnXnn, without the CRL 113 200 and the suffix, implies major version 1 * Now that Titan is at version 6, the following will always pass: -- GitLab