We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62c6531 commit 6b52aa3Copy full SHA for 6b52aa3
tinyexpr.h
@@ -80,8 +80,8 @@
80
81
constexpr int TINYEXPR_CPP_MAJOR_VERSION = 1;
82
constexpr int TINYEXPR_CPP_MINOR_VERSION = 0;
83
-constexpr int TINYEXPR_CPP_PATCH_VERSION = 0;
84
-constexpr int TINYEXPR_CPP_TWEAK_VERSION = 1;
+constexpr int TINYEXPR_CPP_PATCH_VERSION = 1;
+constexpr int TINYEXPR_CPP_TWEAK_VERSION = 0;
85
#define TINYEXPR_CPP_COPYRIGHT \
86
"TinyExpr: Copyright (c) 2015-2020 Lewis Van Winkle\n" \
87
"TinyExpr++: Copyright (c) 2020-2025 Blake Madden"
0 commit comments