We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cf469d commit e1bdc29Copy full SHA for e1bdc29
parser/mpDefines.h
@@ -11,7 +11,7 @@
11
| Y Y \ | / | / __ \| | \/\___ \\ ___/| | \/ \
12
|__|_| /____/|____| (____ /__| /____ >\___ >__| /___/\ \
13
\/ \/ \/ \/ \_/
14
- Copyright (C) 2021 Ingo Berg, et. al.
+ Copyright (C) 2023 Ingo Berg, et. al.
15
All rights reserved.
16
17
Redistribution and use in source and binary forms, with or without
@@ -56,7 +56,7 @@
56
#endif
57
58
/** \brief A macro containing the version of muParserX. */
59
-#define MUP_PARSER_VERSION _T("4.0.12 (2022-12-02)")
+#define MUP_PARSER_VERSION _T("4.0.12 (2023-03-04)")
60
61
/** \brief A macro for setting the parser namespace. */
62
#define MUP_NAMESPACE_START namespace mup {
0 commit comments