Skip to content

Commit

Permalink
Update muParserDef.h
Browse files Browse the repository at this point in the history
  • Loading branch information
beltoforion committed Dec 12, 2024
1 parent 58cfd5a commit 956c4e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/muParserDef.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 956c4e5

Please sign in to comment.