From a9a2a67399364e6d35cd49135d1652fd9a0ca963 Mon Sep 17 00:00:00 2001
From: balaskoa <Jeno.Balasko@ericsson.com>
Date: Mon, 25 May 2020 12:04:07 +0200
Subject: [PATCH] Update for release of CNL 113 200/7 R1A, rev. 7.1.pl0, Step
 1.

Signed-off-by: balaskoa <Jeno.Balasko@ericsson.com>
Change-Id: Ib86fc3cdad055970c19babcf208b748b2fc511ad
---
 README.cygwin                                 |  2 +-
 common/version.h                              |  8 ++---
 .../negative_test/neg_xml_tests.script        |  4 +--
 .../Semantic_Analyser/ver/high_titan_SE.ttcn  |  4 +--
 .../doc/Titan_Executor_API_User_Guide.adoc    |  8 ++---
 usrguide/PRI/PRI.adoc                         | 30 +++++++++----------
 usrguide/SoC_TITAN/SoC_TITAN.adoc             |  8 ++---
 usrguide/SoC_XML_TITAN/SoC_XML_TITAN.adoc     |  8 ++---
 usrguide/apiguide/2-test_ports.adoc           |  8 ++---
 usrguide/apiguide/Apiguide.adoc               |  8 ++---
 .../installationguide/installationguide.adoc  | 20 ++++++-------
 .../5-compiling_ttcn3_and_asn1_modules.adoc   |  4 ++-
 .../JavaReferenceGuide.adoc                   |  8 ++---
 usrguide/referenceguide/ReferenceGuide.adoc   |  8 ++---
 usrguide/releasenotes/releasenotes.adoc       |  8 ++---
 usrguide/userguide/UserGuide.adoc             |  8 ++---
 16 files changed, 73 insertions(+), 71 deletions(-)

diff --git a/README.cygwin b/README.cygwin
index 9420cff4f..4bf94ffb2 100644
--- a/README.cygwin
+++ b/README.cygwin
@@ -26,7 +26,7 @@ Cygwin setup
    (A) Download and execute the latest cygwin installer utility, 
        please use the 64-bit version installer:
        https://cygwin.com/setup-x86_64.exe
-       Latest setup version 2.900 (64 bit)
+       Latest setup version 2.904 (64 bit)
   
    (B) Select Install from Internet (recommended to save local disk space)
    
diff --git a/common/version.h b/common/version.h
index c04a20ea1..ef904a224 100644
--- a/common/version.h
+++ b/common/version.h
@@ -23,9 +23,9 @@
 #define VERSION_H
 
 /* Version numbers */
-#define TTCN3_MAJOR 6
-#define TTCN3_MINOR 6
-#define TTCN3_PATCHLEVEL 1   //0-> x=A, 1-> x=B, ...
+#define TTCN3_MAJOR 7
+#define TTCN3_MINOR 1
+#define TTCN3_PATCHLEVEL 0 //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 60601
+#define TTCN3_VERSION 70100
 
 /* A monotonically increasing version number.
  * An official release is deemed to have the highest possible build number (99)
diff --git a/conformance_test/xml_tests/negative_test/neg_xml_tests.script b/conformance_test/xml_tests/negative_test/neg_xml_tests.script
index ebea329a7..98b59fdae 100644
--- a/conformance_test/xml_tests/negative_test/neg_xml_tests.script
+++ b/conformance_test/xml_tests/negative_test/neg_xml_tests.script
@@ -4752,7 +4752,7 @@ module Neg_070502_derivation_by_list_001 {
 /*******************************************************************************
 * Copyright (c) 2000-2020 Ericsson Telecom AB
 *
-* XSD to TTCN-3 Translator version: CRL 113 200/6 R1A                       
+* XSD to TTCN-3 Translator version: CRL 113 200/7 R1A                       
 *
 * All rights reserved. This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v2.0
@@ -4894,7 +4894,7 @@ module Neg_070502_derivation_by_list_002 {
 /*******************************************************************************
 * Copyright (c) 2000-2020 Ericsson Telecom AB
 *
-* XSD to TTCN-3 Translator version: CRL 113 200/6 R1A                       
+* XSD to TTCN-3 Translator version: CRL 113 200/7 R1A                       
 *
 * All rights reserved. This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v2.0
diff --git a/function_test/Semantic_Analyser/ver/high_titan_SE.ttcn b/function_test/Semantic_Analyser/ver/high_titan_SE.ttcn
index ce0ae4c6e..d2d6bea4a 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 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//
+  extension "requiresTITAN CRL 113 200/7 R1A"; /* This one must just pass, the next one must just fail */
+  extension "requiresTITAN CRL 113 200/7 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 6, the following will always pass:
diff --git a/titan_executor_api/doc/Titan_Executor_API_User_Guide.adoc b/titan_executor_api/doc/Titan_Executor_API_User_Guide.adoc
index d2cabd2d4..9394cbb69 100644
--- a/titan_executor_api/doc/Titan_Executor_API_User_Guide.adoc
+++ b/titan_executor_api/doc/Titan_Executor_API_User_Guide.adoc
@@ -1,13 +1,13 @@
 ---
 Author: Arpad Lovassy
-Version: 8/198 17-CRL 113 200/6, Rev. G
-Date: 2019-11-29
+Version: 8/198 17-CRL 113 200/7, Rev. H
+Date: 2020-05-29
 
 ---
 = Titan Executor API User Guide
 :author: Arpad Lovassy
-:revnumber: 8/198 17-CRL 113 200/6, Rev. G
-:revdate: 2019-11-29
+:revnumber: 8/198 17-CRL 113 200/7, Rev. H
+:revdate: 2020-05-29
 :title-logo-image: images/titan_logo.png
 :sectnums:
 :doctype: book
diff --git a/usrguide/PRI/PRI.adoc b/usrguide/PRI/PRI.adoc
index ef28fdc53..e8b1750ed 100644
--- a/usrguide/PRI/PRI.adoc
+++ b/usrguide/PRI/PRI.adoc
@@ -1,13 +1,13 @@
 ---
 Author: Jenő Balaskó
-Version: 109 21-CRL 113 200/6-6, Rev. B
-Date: 2019-11-29
+Version: 109 21-CRL 113 200/7-1, Rev. A
+Date: 2020-05-29
 
 ---
 = Product Revision Information for TITAN
 :author: Jenő Balaskó
-:revnumber: 109 21-CRL 113 200/6-6, Rev. B
-:revdate: 2019-11-29
+:revnumber: 109 21-CRL 113 200/7-1, Rev. A
+:revdate: 2020-05-29
 :sectnums:
 :doctype: book
 :leveloffset: +1
@@ -20,7 +20,7 @@ Date: 2019-11-29
 [cols=",,,",options="header",]
 |===
 |Product number |Old Rev |New Rev |Function designation
-|CRL 113 200/6 |R6A |R6B |TTCN-3 Executor
+|CRL 113 200    |/6 R6B  | /7 R1A |TTCN-3 Executor
 |===
 
 This release is done to deliver updated and improved TTCN related products to all customers within and outside Ericsson.
@@ -32,7 +32,7 @@ Legend: R = Revised, N = New, C = Cancelled, E = Equal
 [cols=",,,,",options="header",]
 |===
 |Name |Product |Old R-State |New R-State |Status
-|*Titan* |*CRL 113 200/6* |*R6A* |*R6B* |R
+|*Titan* |*CRL 113 200* |*/6 R6B* |*/7 R1A* |R
 |Editline Library (libedit) |2/CAX 105 4373 | |R1A |E
 |GNU C Library (glibc) |22/CAX 105 3195 | |R1A |E
 |LibXML2 |8/CAX 105 3282 | |R1A |E
@@ -49,15 +49,15 @@ Legend: R = Revised, N = New, C = Cancelled, E = Equal
 [width="100%",cols="25%,25%,25%,25%",options="header",]
 |===
 |Name |Old Revision |New Revision |
-|link:https://github.com/eclipse/titan.core/blob/master/usrguide/releasenotes/releasenotes.adoc[Release Notes for TITAN TTCN-3 Test Executor 109 47-CRL 113 200/6] |Cloud stored |Cloud stored |R
-|link:https://github.com/eclipse/titan.core/blob/master/usrguide/installationguide/installationguide.adoc[Installation guide for TITAN TTCN-3 Test Executor 1/1531-CRL 113 200/6] |Cloud stored |Cloud stored |R
-|link:https://github.com/eclipse/titan.EclipsePlug-ins/blob/master/org.eclipse.titan.help/docs/Eclipse_installationguide/Eclipse_installationguide.adoc[Installation Guide for TITAN Designer and TITAN Executor for the Eclipse IDE 3/1531-CRL 113 200/6] |Cloud stored |Cloud stored |R
-|link:https://github.com/eclipse/titan.core/blob/master/usrguide/userguide/UserGuide.adoc[User Guide for TITAN 1/198 17-CRL 113 200/6] |Cloud stored |Cloud stored |R
-|link:https://github.com/eclipse/titan.core/blob/master/usrguide/referenceguide/ReferenceGuide.adoc[Programmers Technical Reference for TITAN TTCN-3 Test Executor 2/198 17-CRL 113 200/6] |Cloud stored |Cloud stored |R
-|link:https://github.com/eclipse/titan.EclipsePlug-ins/tree/master/org.eclipse.titan.designer/docs/Eclipse_Designer_userguide/DesignerUserGuide.adoc[User Guide for the TITAN Designer for the Eclipse IDE 4/198 17-CRL 113 200/6] |Cloud stored |Cloud stored |R
-|link:https://github.com/eclipse/titan.EclipsePlug-ins/tree/master/org.eclipse.titan.executor/docs/Eclipse_Executor_userguide/ExecutorUserGuide.adoc[User Guide for the TITAN Executor for the Eclipse IDE 5/198 17-CRL 113 200/6] |Cloud stored |Cloud stored |R
-|link:https://github.com/eclipse/titan.core/blob/master/usrguide/apiguide/Apiguide.adoc[API Technical Reference for TITAN TTCN-3 Test Executor 6/198 17-CRL 113 200/6] |Cloud stored |Cloud stored |R
-|link:https://github.com/eclipse/titan.core/blob/master/titan_executor_api/doc/Titan_Executor_API_User_Guide.adoc[Titan Executor API user guide 8/198 17-CRL 113 200/6] |Cloud stored |Cloud stored |R
+|link:https://github.com/eclipse/titan.core/blob/master/usrguide/releasenotes/releasenotes.adoc[Release Notes for TITAN TTCN-3 Test Executor 109 47-CRL 113 200/7] |Cloud stored |Cloud stored |R
+|link:https://github.com/eclipse/titan.core/blob/master/usrguide/installationguide/installationguide.adoc[Installation guide for TITAN TTCN-3 Test Executor 1/1531-CRL 113 200/7] |Cloud stored |Cloud stored |R
+|link:https://github.com/eclipse/titan.EclipsePlug-ins/blob/master/org.eclipse.titan.help/docs/Eclipse_installationguide/Eclipse_installationguide.adoc[Installation Guide for TITAN Designer and TITAN Executor for the Eclipse IDE 3/1531-CRL 113 200/7] |Cloud stored |Cloud stored |R
+|link:https://github.com/eclipse/titan.core/blob/master/usrguide/userguide/UserGuide.adoc[User Guide for TITAN 1/198 17-CRL 113 200/7] |Cloud stored |Cloud stored |R
+|link:https://github.com/eclipse/titan.core/blob/master/usrguide/referenceguide/ReferenceGuide.adoc[Programmers Technical Reference for TITAN TTCN-3 Test Executor 2/198 17-CRL 113 200/7] |Cloud stored |Cloud stored |R
+|link:https://github.com/eclipse/titan.EclipsePlug-ins/tree/master/org.eclipse.titan.designer/docs/Eclipse_Designer_userguide/DesignerUserGuide.adoc[User Guide for the TITAN Designer for the Eclipse IDE 4/198 17-CRL 113 200/7] |Cloud stored |Cloud stored |R
+|link:https://github.com/eclipse/titan.EclipsePlug-ins/tree/master/org.eclipse.titan.executor/docs/Eclipse_Executor_userguide/ExecutorUserGuide.adoc[User Guide for the TITAN Executor for the Eclipse IDE 5/198 17-CRL 113 200/7] |Cloud stored |Cloud stored |R
+|link:https://github.com/eclipse/titan.core/blob/master/usrguide/apiguide/Apiguide.adoc[API Technical Reference for TITAN TTCN-3 Test Executor 6/198 17-CRL 113 200/7] |Cloud stored |Cloud stored |R
+|link:https://github.com/eclipse/titan.core/blob/master/titan_executor_api/doc/Titan_Executor_API_User_Guide.adoc[Titan Executor API user guide 8/198 17-CRL 113 200/7] |Cloud stored |Cloud stored |R
 |link:https://github.com/eclipse/titan.EclipsePlug-ins/blob/master/org.eclipse.titanium/docs/Titanium_referenceguide/Titanium_referenceguide.adoc[Programmers Tech. Reference Guide for Titanium] |Cloud stored |Cloud stored |R
 |link:https://github.com/eclipse/titan.core/blob/master/usrguide/java_referenceguide/JavaReferenceGuide.adoc[Programmers Tech. Reference Guide for the Java Codegenerator] | Cloud stored |Cloud stored |R
 |link:https://github.com/eclipse/titan.EclipsePlug-ins/blob/master/org.eclipse.titanium.refactoring/docs/Titanium_Refactoring_Description/Titanium_Refactoring_Description.adoc[Titanium Refactoring Description] | Cloud stored |Cloud stored |R
diff --git a/usrguide/SoC_TITAN/SoC_TITAN.adoc b/usrguide/SoC_TITAN/SoC_TITAN.adoc
index b8848aeb5..744a7cb53 100644
--- a/usrguide/SoC_TITAN/SoC_TITAN.adoc
+++ b/usrguide/SoC_TITAN/SoC_TITAN.adoc
@@ -1,13 +1,13 @@
 ---
 Author: Adrien Kirjak
-Version: 1/174 02- CRL 113 200/6, Rev. G
-Date: 2019-11-29
+Version: 1/174 02- CRL 113 200/7, Rev. H
+Date: 2020-05-29
 
 ---
 = Statement of compliance for Eclipse Titan
 :author: Adrien Kirjak
-:revnumber: 1/174 02- CRL 113 200/6, Rev. G
-:revdate: 2019-11-29
+:revnumber: 1/174 02- CRL 113 200/7, Rev. H
+:revdate: 2020-05-29
 :title-logo-image: images/titan_logo.png
 :sectnums:
 :doctype: book
diff --git a/usrguide/SoC_XML_TITAN/SoC_XML_TITAN.adoc b/usrguide/SoC_XML_TITAN/SoC_XML_TITAN.adoc
index 415c9f069..2cccc2182 100644
--- a/usrguide/SoC_XML_TITAN/SoC_XML_TITAN.adoc
+++ b/usrguide/SoC_XML_TITAN/SoC_XML_TITAN.adoc
@@ -1,13 +1,13 @@
 ---
 Author: Adrien Kirjak
-Version: 2/174 02- CRL 113 200/6, Rev. G
-Date: 2019-11-29
+Version: 2/174 02- CRL 113 200/7, Rev. H
+Date: 2020-05-29
 
 ---
 = Statement of Compliance for use of XML Schema in Eclipse Titan
 :author: Adrien Kirjak
-:revnumber: 2/174 02- CRL 113 200/6, Rev. G
-:revdate: 2019-11-29
+:revnumber: 2/174 02- CRL 113 200/7, Rev. H
+:revdate: 2020-05-29
 :title-logo-image: images/titan_logo.png
 :sectnums:
 :doctype: book
diff --git a/usrguide/apiguide/2-test_ports.adoc b/usrguide/apiguide/2-test_ports.adoc
index fe4322ae4..0a2fe8f21 100644
--- a/usrguide/apiguide/2-test_ports.adoc
+++ b/usrguide/apiguide/2-test_ports.adoc
@@ -43,8 +43,8 @@ The generated skeleton header file (that is, `MyMessagePort.hh`) will look as fo
 [source]
 ----
 // This Test Port skeleton header file was generated by the
-// TTCN-3 Compiler of the TTCN-3 Test Executor version CRL 113 200/6 R6B
-// for U-ERICSSON\ethbaat (ethbaat@HU-00000670) on Wed Mar 11 14:49:55 2020
+// TTCN-3 Compiler of the TTCN-3 Test Executor version CRL 113 200/7 R1A
+// for U-ERICSSON\ethbaat (ethbaat@HU-00000670) on Wed May 11 14:49:55 2020
 
 // Copyright (c) 2000-2020 Ericsson Telecom AB
 
@@ -94,8 +94,8 @@ And the generated skeleton source file, that is, `MyMessagePort.cc`, will be the
 [source]
 ----
 // This Test Port skeleton source file was generated by the
-// TTCN-3 Compiler of the TTCN-3 Test Executor version CRL 113 200/6 R6B
-// for U-ERICSSON\ethbaat (ethbaat@HU-00000670) on Wed Mar 11 14:49:55 2020
+// TTCN-3 Compiler of the TTCN-3 Test Executor version CRL 113 200/7 R7A
+// for U-ERICSSON\ethbaat (ethbaat@HU-00000670) on Wed May 11 14:49:55 2020
 
 // Copyright (c) 2000-2020 Ericsson Telecom AB
 
diff --git a/usrguide/apiguide/Apiguide.adoc b/usrguide/apiguide/Apiguide.adoc
index a667b42c1..383207c2c 100644
--- a/usrguide/apiguide/Apiguide.adoc
+++ b/usrguide/apiguide/Apiguide.adoc
@@ -1,13 +1,13 @@
 ---
 Author: Jenő Balaskó
-Version: 6/198 17-CRL 113 200/6, Rev. G
-Date: 2019-11-29
+Version: 6/198 17-CRL 113 200/7, Rev. H
+Date: 2020-05-29
 
 ---
 = API Technical Reference for TITAN TTCN-3 Test Executor
 :author: Jenő Balaskó
-:revnumber: 6/198 17-CRL 113 200/6, Rev. G
-:revdate: 2019-11-29
+:revnumber: 6/198 17-CRL 113 200/7, Rev. H
+:revdate: 2020-05-29
 :title-logo-image: images/titan_logo.png
 :sectnums:
 :doctype: book
diff --git a/usrguide/installationguide/installationguide.adoc b/usrguide/installationguide/installationguide.adoc
index c7737242f..d5207e7fc 100644
--- a/usrguide/installationguide/installationguide.adoc
+++ b/usrguide/installationguide/installationguide.adoc
@@ -1,13 +1,13 @@
 ---
 Author: Jenő Balaskó
-Version: 1/1531-CRL 113 200/6, Rev. G
-Date: 2019-11-29
+Version: 1/1531-CRL 113 200/7, Rev. H
+Date: 2020-05-29
 
 ---
 = Installation Guide for the TITAN TTCN-3 Test Executor
 :author: Jenő Balaskó
-:revnumber: 1/1531-CRL 113 200/6, Rev. G
-:revdate: 2019-11-29
+:revnumber: 1/1531-CRL 113 200/7, Rev. H
+:revdate: 2020-05-29
 :title-logo-image: images/titan_logo.png
 :sectnums:
 :doctype: book
@@ -338,11 +338,11 @@ Perform the following steps to install the license key:
 ....
 $ compiler -v
 TTCN-3 and ASN.1 Compiler for the TTCN-3 Test Executor
-Product number: CRL 113 200/6 R6B
-Version: 6.6.pl1
-Build date: Nov 19 2019 15:46:24
-Compiled with: GCC 7.3.0
-Using OpenSSL 1.0.2p  14 Aug 2018
+Product number: CRL 113 200/7 R1A
+Version: 7.1.pl0
+Build date: May 25 2020 11:14:19
+Compiled with: GCC 9.3.0
+Using OpenSSL 1.1.1f  31 Mar 2020
 
 Copyright (c) 2000-2020 Ericsson Telecom AB
 
@@ -355,7 +355,7 @@ E-mail       : jeno.balasko@ericsson.com
 Company      : Ericsson Hungary
 Department   : ETH/
 Valid from   : Fri Sep 20 00:00:00 2002
-Valid until  : Sat Mar 28 23:59:59 2020
+Valid until  : Sat Apr 17 23:59:59 2021
 Limitation   : USER
 Host ID      : 00000000
 Login name   : ethbaat
diff --git a/usrguide/java_referenceguide/5-compiling_ttcn3_and_asn1_modules.adoc b/usrguide/java_referenceguide/5-compiling_ttcn3_and_asn1_modules.adoc
index b7bcf0fdf..4c45360fe 100644
--- a/usrguide/java_referenceguide/5-compiling_ttcn3_and_asn1_modules.adoc
+++ b/usrguide/java_referenceguide/5-compiling_ttcn3_and_asn1_modules.adoc
@@ -47,7 +47,9 @@ Enforces legacy behavior when matching the value `omit`. Allows the use of the v
 Forces the code generator to generate the full classes for record of and set of types.
 When turned off, and the of type of the set of/record of type is a basic type, the generated code will only refer to pre-generated classes in the runtime library, saving compilation time.
 
-
+* `Enable object oriented programming - OOP  (-k)`
++
+Enable object oriented programming language elements. It is not working yet on Titan Java Projects. Syntactic and semantic analyzer and java compiler do not support OOP yet. 
 
 == Makefile Generator
 
diff --git a/usrguide/java_referenceguide/JavaReferenceGuide.adoc b/usrguide/java_referenceguide/JavaReferenceGuide.adoc
index 9f7b6b7e0..7b610715e 100644
--- a/usrguide/java_referenceguide/JavaReferenceGuide.adoc
+++ b/usrguide/java_referenceguide/JavaReferenceGuide.adoc
@@ -1,13 +1,13 @@
 ---
 Author: Kristóf Szabados
-Version: 10/198 17-CRL 113 200/6, Rev. G
-Date: 2019-11-29
+Version: 10/198 17-CRL 113 200/7, Rev. H
+Date: 2020-05-29
 
 ---
 = Programmers' Technical Reference Guide for the Java side of the TITAN TTCN-3 Toolset
 :author: Kristóf Szabados
-:revnumber: 10/198 17-CRL 113 200/6, Rev. G
-:revdate: 2019-11-29
+:revnumber: 10/198 17-CRL 113 200/7, Rev. H
+:revdate: 2020-05-29
 :title-logo-image: images/titan_logo.png
 :sectnums:
 :doctype: book
diff --git a/usrguide/referenceguide/ReferenceGuide.adoc b/usrguide/referenceguide/ReferenceGuide.adoc
index b6db9f8b5..03281a10c 100644
--- a/usrguide/referenceguide/ReferenceGuide.adoc
+++ b/usrguide/referenceguide/ReferenceGuide.adoc
@@ -1,13 +1,13 @@
 ---
 Author: Jenő Balaskó
-Version: 2/198 17-CRL 113 200/6, Rev. G
-Date: 2019-11-29
+Version: 2/198 17-CRL 113 200/7, Rev. H
+Date: 2020-05-29
 
 ---
 = Programmers' Technical Reference Guide for the TITAN TTCN-3 Toolset
 :author: Jenő Balaskó
-:revnumber: 2/198 17-CRL 113 200/6, Rev. G
-:revdate: 2019-11-29
+:revnumber: 2/198 17-CRL 113 200/7, Rev. H
+:revdate: 2020-05-29
 :title-logo-image: images/titan_logo.png
 :sectnums:
 :doctype: book
diff --git a/usrguide/releasenotes/releasenotes.adoc b/usrguide/releasenotes/releasenotes.adoc
index c7109d44d..f8783b9d3 100644
--- a/usrguide/releasenotes/releasenotes.adoc
+++ b/usrguide/releasenotes/releasenotes.adoc
@@ -1,13 +1,13 @@
 ---
 Author: Elemér Lelik
-Version: 109 47-CRL 113 200/6 Uen, Rev. G
-Date: 2019-11-29
+Version: 109 47-CRL 113 200/7 Uen, Rev. H
+Date: 2020-05-29
 
 ---
 = Release Notes for TITAN TTCN-3 Test Executor
 :author: Elemér Lelik
-:revnumber: 109 47-CRL 113 200/6 Uen, Rev. G
-:revdate: 2019-11-29
+:revnumber: 109 47-CRL 113 200/7 Uen, Rev. H
+:revdate: 2020-05-29
 :title-logo-image: images/titan_logo.png
 :sectnums:
 :doctype: book
diff --git a/usrguide/userguide/UserGuide.adoc b/usrguide/userguide/UserGuide.adoc
index 162fe3066..b899858e7 100644
--- a/usrguide/userguide/UserGuide.adoc
+++ b/usrguide/userguide/UserGuide.adoc
@@ -1,13 +1,13 @@
 ---
 Author: Jenő Balaskó
-Version: 1/198 17-CRL 113 200/6, Rev. G
-Date: 2019-11-29
+Version: 1/198 17-CRL 113 200/7, Rev. H
+Date: 2020-05-29
 
 ---
 = User Guide for TITAN TTCN-3 Test Executor
 :author: Jenő Balaskó
-:revnumber: 1/198 17-CRL 113 200/6, Rev. G
-:revdate: 2019-11-29
+:revnumber: 1/198 17-CRL 113 200/7, Rev. H
+:revdate: 2020-05-29
 :title-logo-image: images/titan_logo.png
 :sectnums:
 :doctype: book
-- 
GitLab