From ae66643290333b9bb666f8106f773ffea4159959 Mon Sep 17 00:00:00 2001 From: Frank Bossen <fbossen@gmail.com> Date: Mon, 4 Feb 2019 18:27:08 -0500 Subject: [PATCH] Change version number to 4.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 31f140a5..30355ddb 100644 --- a/source/Lib/CommonLib/version.h +++ b/source/Lib/CommonLib/version.h @@ -1,3 +1,3 @@ #if ! defined( VTM_VERSION ) -#define VTM_VERSION "3.2" +#define VTM_VERSION "4.0rc1" #endif -- GitLab