Skip to content
Snippets Groups Projects
Commit acfdc7e1 authored by balaskoa's avatar balaskoa
Browse files

update src and doc files to rev. R5A


Signed-off-by: default avatarbalaskoa <jeno.balasko@ericsson.com>
parent 90bfb4d1
No related branches found
No related tags found
1 merge request!49update src and doc files to rev. R5A
......@@ -23,8 +23,8 @@
/* Version numbers */
#define TTCN3_MAJOR 5
#define TTCN3_MINOR 4
#define TTCN3_PATCHLEVEL 3
#define TTCN3_MINOR 5
#define TTCN3_PATCHLEVEL 0
//#define TTCN3_BUILDNUMBER 0
/* The aggregated version number must be set manually since some stupid
......@@ -35,7 +35,7 @@
* TTCN3_VERSION = TTCN3_MAJOR * 1000000 + TTCN3_MINOR * 10000 +
* TTCN3_PATCHLEVEL * 100 + TTCN3_BUILDNUMBER
*/
#define TTCN3_VERSION 50403
#define TTCN3_VERSION 50500
/* A monotonically increasing version number.
* An official release is deemed to have the highest possible build number (99)
......
......@@ -24,7 +24,7 @@ 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/5 R4A"; /* This one must just pass, the next one must just fail */
extension "requiresTITAN CRL 113 200/5 R5A"; /* This one must just pass, the next one must just fail */
extension "requiresTITAN CRL 113 200/5 R5A01"; //^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
......
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment