From 4272c17d314ea7a5356ae841a5be704347687bdf Mon Sep 17 00:00:00 2001
From: BenceJanosSzabo <bence.janos.szabo@ericsson.com>
Date: Mon, 17 Oct 2016 09:00:54 +0200
Subject: [PATCH] another version.h and testcase fix

Change-Id: I2188766f1af509f25e385503a3bc2aab6d42731e
Signed-off-by: BenceJanosSzabo <bence.janos.szabo@ericsson.com>
---
 common/version.h                                       | 2 ++
 function_test/Semantic_Analyser/ver/high_titan_SE.ttcn | 3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/common/version.h b/common/version.h
index 1552f5806..658d2c579 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 ae17f9126..46a54c885 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:
-- 
GitLab