From cb45f4386cf08d5b209333be61965a4beb4ff305 Mon Sep 17 00:00:00 2001 From: Frank Bossen <fbossen@gmail.com> Date: Sat, 17 Aug 2019 12:32:11 -0400 Subject: [PATCH] Update version number to 6.0 --- 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 a05fa29f46..7f96ad190f 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.0rc1" +#define VTM_VERSION "6.0" #endif -- GitLab