From 956c4e596151972f1cdb408329f651405324eb9e Mon Sep 17 00:00:00 2001 From: Ingo Berg <2202567+beltoforion@users.noreply.github.com> Date: Fri, 13 Dec 2024 00:40:32 +0100 Subject: [PATCH] Update muParserDef.h --- include/muParserDef.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/muParserDef.h b/include/muParserDef.h index 56527fc..947c670 100644 --- a/include/muParserDef.h +++ b/include/muParserDef.h @@ -508,8 +508,8 @@ namespace mu static const int MaxLenExpression = 20000; static const int MaxLenIdentifier = 100; - static const string_type ParserVersion = string_type(_T("2.3.5 (RC1)")); - static const string_type ParserVersionDate = string_type(_T("20241210")); + static const string_type ParserVersion = string_type(_T("2.3.5 (Release)")); + static const string_type ParserVersionDate = string_type(_T("20241213")); } // end of namespace #if defined(_MSC_VER)