From 80e1f0efc85ba76d1022a6d9ba5b4a17823151da Mon Sep 17 00:00:00 2001 From: "Lenard Nagy (elnrnag)" <lenard.nagy@ericsson.com> Date: Thu, 11 Aug 2016 14:13:27 +0200 Subject: [PATCH] Amendment to Modifying complier -v version string to R5B01 Signed-off-by: Lenard Nagy (elnrnag) <lenard.nagy@ericsson.com> --- common/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/version.h b/common/version.h index 920b79eef..69a4b8930 100644 --- a/common/version.h +++ b/common/version.h @@ -35,7 +35,7 @@ * TTCN3_VERSION = TTCN3_MAJOR * 1000000 + TTCN3_MINOR * 10000 + * TTCN3_PATCHLEVEL * 100 + TTCN3_BUILDNUMBER */ -#define TTCN3_VERSION 50500 +#define TTCN3_VERSION 5050101 /* A monotonically increasing version number. * An official release is deemed to have the highest possible build number (99) -- GitLab