File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2626/*
2727 * TINYEXPR++ - Tiny recursive descent parser and evaluation engine in C++
2828 *
29- * Copyright (c) 2020-2024 Blake Madden
29+ * Copyright (c) 2020-2025 Blake Madden
3030 *
3131 * C++ version of the TinyExpr library.
3232 *
Original file line number Diff line number Diff line change 2626/*
2727 * TINYEXPR++ - Tiny recursive descent parser and evaluation engine in C++
2828 *
29- * Copyright (c) 2020-2024 Blake Madden
29+ * Copyright (c) 2020-2025 Blake Madden
3030 *
3131 * C++ version of the TinyExpr library.
3232 *
@@ -82,6 +82,7 @@ constexpr int TINYEXPR_CPP_MAJOR_VERSION = 1;
8282constexpr int TINYEXPR_CPP_MINOR_VERSION = 0 ;
8383constexpr int TINYEXPR_CPP_PATCH_VERSION = 0 ;
8484constexpr int TINYEXPR_CPP_TWEAK_VERSION = 0 ;
85+ constexpr wchar_t TINYEXPR_CPP_COPYRIGHT[] = L" TinyExpr: Copyright (c) 2015-2020 Lewis Van Winkle\n TinyExpr++: Copyright (c) 2020-2025 Blake Madden" ;
8586
8687class te_parser ;
8788
You can’t perform that action at this time.
0 commit comments