From 8e2e5691538b9ab096caecb2638d68f28d974ee2 Mon Sep 17 00:00:00 2001 From: balaskoa <jeno.balasko@ericsson.com> Date: Wed, 11 Oct 2017 12:37:51 +0200 Subject: [PATCH] Repeated version update for CRL 113 200/6 R3A Signed-off-by: balaskoa <jeno.balasko@ericsson.com> --- common/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/version.h b/common/version.h index 50bc5fe6d..823bd1513 100644 --- a/common/version.h +++ b/common/version.h @@ -24,7 +24,7 @@ /* Version numbers */ #define TTCN3_MAJOR 6 -#define TTCN3_MINOR 2 +#define TTCN3_MINOR 3 #define TTCN3_PATCHLEVEL 0 //0-> x=A, 1-> x=B, ... //#define TTCN3_BUILDNUMBER 0 //0=R5x, 1=R5x01, 2=R5x02, ... @@ -38,7 +38,7 @@ * TTCN3_VERSION = TTCN3_MAJOR * 1000000 + TTCN3_MINOR * 10000 + * TTCN3_PATCHLEVEL * 100 + TTCN3_BUILDNUMBER */ -#define TTCN3_VERSION 60200 +#define TTCN3_VERSION 60300 /* A monotonically increasing version number. * An official release is deemed to have the highest possible build number (99) -- GitLab