From ae517dba57271db134b8e08ee10a4004dd7e0fb1 Mon Sep 17 00:00:00 2001 From: Frank Bossen <fbossen@gmail.com> Date: Tue, 16 Oct 2018 08:24:33 -0400 Subject: [PATCH] Update version number to 2.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 407644bb..4aa45d58 100644 --- a/source/Lib/CommonLib/version.h +++ b/source/Lib/CommonLib/version.h @@ -1,3 +1,3 @@ #if ! defined( NEXT_SOFTWARE_VERSION ) -#define NEXT_SOFTWARE_VERSION "2.1" +#define NEXT_SOFTWARE_VERSION "2.2" #endif -- GitLab