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

Product number update for release CRL 113 200/6 R2A


Signed-off-by: default avatarbalaskoa <jeno.balasko@ericsson.com>
parent 7eca0d6e
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
/* Version numbers */ /* Version numbers */
#define TTCN3_MAJOR 6 #define TTCN3_MAJOR 6
#define TTCN3_MINOR 1 #define TTCN3_MINOR 2
#define TTCN3_PATCHLEVEL 0 //0-> x=A, 1-> x=B, ... #define TTCN3_PATCHLEVEL 0 //0-> x=A, 1-> x=B, ...
//#define TTCN3_BUILDNUMBER 0 //0=R5x, 1=R5x01, 2=R5x02, ... //#define TTCN3_BUILDNUMBER 0 //0=R5x, 1=R5x01, 2=R5x02, ...
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
* TTCN3_VERSION = TTCN3_MAJOR * 1000000 + TTCN3_MINOR * 10000 + * TTCN3_VERSION = TTCN3_MAJOR * 1000000 + TTCN3_MINOR * 10000 +
* TTCN3_PATCHLEVEL * 100 + TTCN3_BUILDNUMBER * TTCN3_PATCHLEVEL * 100 + TTCN3_BUILDNUMBER
*/ */
#define TTCN3_VERSION 60100 #define TTCN3_VERSION 60200
/* A monotonically increasing version number. /* A monotonically increasing version number.
* An official release is deemed to have the highest possible build number (99) * An official release is deemed to have the highest possible build number (99)
......
...@@ -25,8 +25,8 @@ with { ...@@ -25,8 +25,8 @@ with {
// check for the more general /R\d[A-HJ-NS-VX-Z](\d{1,2})?/ // check for the more general /R\d[A-HJ-NS-VX-Z](\d{1,2})?/
/* Test needs to be adjusted for every release !!!!!!! */ /* 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 R2A"; /* This one must just pass, the next one must just fail */
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// extension "requiresTITAN CRL 113 200/6 R2B01"; //^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 /* 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: * Now that Titan is at version 2, the following will always pass:
......
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