From ede5e0bb600c2b1a3a05f88bbcfd9c3af668579e Mon Sep 17 00:00:00 2001 From: Frank Bossen <fbossen@gmail.com> Date: Fri, 9 Aug 2019 11:43:52 -0400 Subject: [PATCH] Change version number to 6.0 release candidate 1 --- 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 d0ec7faed..a05fa29f4 100644 --- a/source/Lib/CommonLib/version.h +++ b/source/Lib/CommonLib/version.h @@ -1,3 +1,3 @@ #if ! defined( VTM_VERSION ) -#define VTM_VERSION "5.2" +#define VTM_VERSION "6.0rc1" #endif -- GitLab