diff --git a/common/version.h b/common/version.h index 1552f58066bd317a72cf8eee45ffd76d8002eed9..658d2c5797f7e18e0909570fd276da9333a55b15 100644 --- a/common/version.h +++ b/common/version.h @@ -14,6 +14,7 @@ * Pandi, Krisztian * Raduly, Csaba * Szabados, Kristof + * Szabo, Bence Janos * Szabo, Janos Zoltan – initial implementation * Szalai, Gabor * @@ -41,6 +42,7 @@ /* A monotonically increasing version number. * An official release is deemed to have the highest possible build number (99) + * The revisions R1A01, R1A02 ... R1A, R1B01, R1B02 ... R1B */ #ifdef TTCN3_BUILDNUMBER #define TTCN3_VERSION_MONOTONE TTCN3_VERSION diff --git a/function_test/Semantic_Analyser/ver/high_titan_SE.ttcn b/function_test/Semantic_Analyser/ver/high_titan_SE.ttcn index ae17f912682a724d5650274d19a141dd3e770b4b..46a54c8853da4b5571aff36391621250da31d511 100644 --- a/function_test/Semantic_Analyser/ver/high_titan_SE.ttcn +++ b/function_test/Semantic_Analyser/ver/high_titan_SE.ttcn @@ -11,6 +11,7 @@ * Pandi, Krisztian * Raduly, Csaba * Szabados, Kristof + * Szabo, Bence Janos * ******************************************************************************/ module high_titan_SE { //^In TTCN-3 module `high_titan_SE':$// @@ -25,7 +26,7 @@ with { /* Test needs to be adjusted for every release !!!!!!! */ extension "requiresTITAN CRL 113 200/6 R1A"; /* This one must just pass, the next one must just fail */ - extension "requiresTITAN CRL 113 200/6 R1A01"; //^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 R1B01"; //^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 2, the following will always pass: