From 9f6d115f19db9bc41a54f0b77b196a9354404e99 Mon Sep 17 00:00:00 2001 From: Frank Bossen <fbossen@gmail.com> Date: Sat, 19 Jan 2019 16:43:45 +0000 Subject: [PATCH] Change version number to 3.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 67b1e983..31f140a5 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.0" +#define VTM_VERSION "3.2" #endif -- GitLab