From d8140253302f2a5353a4152babdd0dda47628911 Mon Sep 17 00:00:00 2001 From: Frank Bossen <fbossen@gmail.com> Date: Thu, 13 Sep 2018 20:54:42 -0400 Subject: [PATCH] Update version number to 2.1 --- 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 700d834e9..407644bbb 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.0.1" +#define NEXT_SOFTWARE_VERSION "2.1" #endif -- GitLab