Skip to content

Commit e1bdc29

Browse files
committed
Update mpDefines.h
1 parent 9cf469d commit e1bdc29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

parser/mpDefines.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
| Y Y \ | / | / __ \| | \/\___ \\ ___/| | \/ \
1212
|__|_| /____/|____| (____ /__| /____ >\___ >__| /___/\ \
1313
\/ \/ \/ \/ \_/
14-
Copyright (C) 2021 Ingo Berg, et. al.
14+
Copyright (C) 2023 Ingo Berg, et. al.
1515
All rights reserved.
1616
1717
Redistribution and use in source and binary forms, with or without
@@ -56,7 +56,7 @@
5656
#endif
5757

5858
/** \brief A macro containing the version of muParserX. */
59-
#define MUP_PARSER_VERSION _T("4.0.12 (2022-12-02)")
59+
#define MUP_PARSER_VERSION _T("4.0.12 (2023-03-04)")
6060

6161
/** \brief A macro for setting the parser namespace. */
6262
#define MUP_NAMESPACE_START namespace mup {

0 commit comments

Comments
 (0)