From ae9412fc2ef56a20bef0a481ff72b5eaeaa5a350 Mon Sep 17 00:00:00 2001 From: Frank Bossen <fbossen@gmail.com> Date: Thu, 22 Nov 2018 08:22:24 -0500 Subject: [PATCH] Change version number to 3.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 f7609747..67b1e983 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.0rc1" +#define VTM_VERSION "3.0" #endif -- GitLab