From c1f1ca1ce0123bc7e20fac39810a7aa8ba26377b Mon Sep 17 00:00:00 2001 From: Steven Weaver Date: Thu, 9 Nov 2023 11:38:53 -0600 Subject: [PATCH] Update global_things.cpp --- src/core/global_things.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/global_things.cpp b/src/core/global_things.cpp index 785daa11a..b79949097 100644 --- a/src/core/global_things.cpp +++ b/src/core/global_things.cpp @@ -122,7 +122,7 @@ namespace hy_global { kErrorStringMatrixExportError ("Export matrix called with a non-polynomial matrix argument"), kErrorStringNullOperand ("Attempting to operate on an undefined value; this is probably the result of an earlier 'soft' error condition"), kErrorNumerical ("To treat numerical errors as warnings, please specify \"ENV=TOLERATE_NUMERICAL_ERRORS=1;\" as the command line argument. This often resolves the issue, which is indicative of numerical instability."), - kHyPhyVersion = _String ("2.5.56"), + kHyPhyVersion = _String ("2.5.57"), kNoneToken = "None", kNullToken = "null",