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