From 9257bfc320bab6462693024201c0ed4931f1d971 Mon Sep 17 00:00:00 2001 From: Frank Bossen <fbossen@gmail.com> Date: Mon, 19 Jul 2021 17:20:59 -0400 Subject: [PATCH] Change version number to 13.2 --- 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 3c1b9891b..b7fe8c764 100644 --- a/source/Lib/CommonLib/version.h +++ b/source/Lib/CommonLib/version.h @@ -1,3 +1,3 @@ #if ! defined( VTM_VERSION ) -#define VTM_VERSION "13.1" +#define VTM_VERSION "13.2" #endif -- GitLab