diff --git a/common/version.h b/common/version.h index 602e60f29cef902948de2425d9e938d2e7171e18..6568a139827ee0df55af4e55d5e75fd611515a4c 100644 --- a/common/version.h +++ b/common/version.h @@ -25,7 +25,7 @@ /* Version numbers */ #define TTCN3_MAJOR 6 #define TTCN3_MINOR 4 -#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 60400 +#define TTCN3_VERSION 60401 /* A monotonically increasing version number. * An official release is deemed to have the highest possible build number (99) diff --git a/function_test/README.txt b/function_test/README.txt index cc87f897d55682c96c941bd5e7f62456de442c53..a30596b6433a2afc419f22fa50c05c572b455a43 100644 --- a/function_test/README.txt +++ b/function_test/README.txt @@ -19,6 +19,12 @@ make Do it with the subfolder name, e.g: make Text_EncDec +make Semantic_Analyser + +or + +for the subfolders of folder Semantic_Analyser: +make Semantic_Analyser_Csaba Note: It is not the same as >cd Text_EncDec; ./run_test diff --git a/function_test/Semantic_Analyser/ver/high_titan_SE.ttcn b/function_test/Semantic_Analyser/ver/high_titan_SE.ttcn index aab82c1a8039c8261d716495fb956e1ad83263e3..fa686b74120dfc416769bcb118b7db3b648f728a 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 R4A"; /* This one must just pass, the next one must just fail */ - extension "requiresTITAN CRL 113 200/6 R4B01"; //^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 R4B"; /* This one must just pass, the next one must just fail */ + extension "requiresTITAN CRL 113 200/6 R4C01"; //^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: