From 2e935808159fefa3c85a599c3b79615cd9555429 Mon Sep 17 00:00:00 2001 From: Frank Bossen <fbossen@gmail.com> Date: Thu, 2 Dec 2021 22:47:20 -0500 Subject: [PATCH] Change version number to 15.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 f02dc8114..88536dfd6 100644 --- a/source/Lib/CommonLib/version.h +++ b/source/Lib/CommonLib/version.h @@ -1,3 +1,3 @@ #if ! defined( VTM_VERSION ) -#define VTM_VERSION "15.0rc1" +#define VTM_VERSION "15.0" #endif -- GitLab