From 6724490d74c7320f9f6b04f6d149ab9907df9b60 Mon Sep 17 00:00:00 2001 From: SteveMaas1978 <50155781+SteveMaas1978@users.noreply.github.com> Date: Thu, 16 Jun 2022 11:19:41 -0600 Subject: [PATCH] Updated version to 3.7. --- FEBioLib/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FEBioLib/version.h b/FEBioLib/version.h index c0bec5d75..9a552bf30 100644 --- a/FEBioLib/version.h +++ b/FEBioLib/version.h @@ -35,7 +35,7 @@ SOFTWARE.*/ // SUBSUBVERSION is incremented when bugs are fixed. #define VERSION 3 -#define SUBVERSION 6 +#define SUBVERSION 7 #define SUBSUBVERSION 0 ///////////////////////////////////////////////////////////////////////////////