From c2ea5b7fdedfef1796d37effce460e8d35519775 Mon Sep 17 00:00:00 2001 From: Karsten Suehring <karsten.suehring@hhi.fraunhofer.de> Date: Wed, 9 Oct 2019 09:58:30 +0200 Subject: [PATCH] update version number to 6.2 --- source/Lib/CommonLib/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Lib/CommonLib/version.h b/source/Lib/CommonLib/version.h index d86d2cd84..f87ed7c41 100644 --- a/source/Lib/CommonLib/version.h +++ b/source/Lib/CommonLib/version.h @@ -1,3 +1,3 @@ #if ! defined( VTM_VERSION ) -#define VTM_VERSION "6.2rc1" +#define VTM_VERSION "6.2" #endif -- GitLab