From 5cd2194469093449c20d216ceaecfdba839ba6d1 Mon Sep 17 00:00:00 2001 From: Frank Bossen <fbossen@gmail.com> Date: Tue, 24 Nov 2020 21:57:02 -0500 Subject: [PATCH] Change version number to 11.0rc1 --- 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 66cfa83e92..e49857fab3 100644 --- a/source/Lib/CommonLib/version.h +++ b/source/Lib/CommonLib/version.h @@ -1,3 +1,3 @@ #if ! defined( VTM_VERSION ) -#define VTM_VERSION "10.2" +#define VTM_VERSION "11.0rc1" #endif -- GitLab