From 5997213480e44d38105f72828f4e71bcf1a96914 Mon Sep 17 00:00:00 2001 From: Sergei Date: Mon, 25 Nov 2024 07:58:18 -0500 Subject: [PATCH] 2.5.64 version bump --- 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 8cc9a0716..0ded18de0 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.63"), + kHyPhyVersion = _String ("2.5.64"), kNoneToken = "None", kNullToken = "null",