diff --git a/README.cygwin b/README.cygwin index 9420cff4f366deb4758856bff1a2c75b1c073eb3..4bf94ffb24fac3469d2c459140af966074bc09b2 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 c04a20ea173f55465ace6c6d4ce4a90a26c0e539..ef904a224cab016676b5d25a33f0c6eea846540b 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 ebea329a7c69b3971e3efe705acf2801ca0a0997..98b59fdaeb5c0f75df4a3fba223cb7d18492dd48 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 ce0ae4c6ea3246f972ce4d6baa6b3e262997e2c4..d2d6bea4ab54c4dfe0b669cdb0a3abbfaace81fa 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 d2cabd2d46059f4aa03eb29ab0c9907d8c588eeb..9394cbb69720fe34b7929bbfd22b1be3b1ef3d35 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 ef28fdc53aa14529430e9bdfd74ec41837b15dc5..e8b1750ede04c022415e4225c25627f9fc5f03e2 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 b8848aeb58eb863e8214470c60625b533857ba62..744a7cb536bf74c98537d5d147ccad1f4c6accab 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 415c9f069a707e8991824380b329bd3cae1969e6..2cccc2182016ff0281ecc340182a656d8a207d64 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 fe4322ae4f086785517ddfa893e858b8e7b7d3c2..0a2fe8f21a209ce37a737e82ae9e9bf6d629286a 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 a667b42c13b6cf812b80566ddeed1e0dd6bc2e74..383207c2ccbfb48675ac9d803615ec1f83ca4630 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 c7737242ff3d470282d8bfd103b262d75aefc02a..d5207e7fc84faa6f8f7e18a64492c4eeb728cbdf 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 b7bcf0fdf701b1d39826c10772981b23e23ac7a6..4c45360fef59ede3a44a6cdf27ba75f89f606bdb 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 9f7b6b7e0128137bb67dc901b0b4e1b2acfcfa01..7b610715ee34b7f5fcf2b3d4ec02f43c6067e75d 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 b6db9f8b55450e86c974ee222467e53e1b690eaf..03281a10c2220cbdff41ef560776f8a140c27214 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 c7109d44d8dbc040404118b3f373e21eafa4e6af..f8783b9d34bb93641d401f25058e4dd5336be0b8 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 162fe30665627c483adecbff0d976c917136bbba..b899858e7c80a2f00e85700ff0dcb3bcad1fa2df 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