From e8769293a4d1110e8c5d3a9743b45300e4d273b2 Mon Sep 17 00:00:00 2001 From: philstopford Date: Mon, 8 Feb 2021 14:11:32 -0600 Subject: [PATCH] 4.4 --- Common/Variance/support/centralProperties.cs | 2 +- Documentation/releases.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/Variance/support/centralProperties.cs b/Common/Variance/support/centralProperties.cs index 053050b..8285a9c 100644 --- a/Common/Variance/support/centralProperties.cs +++ b/Common/Variance/support/centralProperties.cs @@ -3,7 +3,7 @@ public static class CentralProperties { public const string productName = "Variance"; - public const string version = "4.4b2"; + public const string version = "4.4"; public const int maxLayersForMC = 16; // maximum number of supported layers in MC system public const int scaleFactorForOperation = 10000; public enum typeShapes { none, rectangle, L, T, X, U, S, GEOCORE, BOOLEAN }; diff --git a/Documentation/releases.html b/Documentation/releases.html index 9edf1e2..435c8c1 100644 --- a/Documentation/releases.html +++ b/Documentation/releases.html @@ -218,7 +218,7 @@

Variance Release History

-

New to 4.4 (TBD)

+

New to 4.4 (Feb 8 2021)

  • Export of case geometry to external files can now be controlled using critera on the results field(s).