Skip to content

Commit 6b52aa3

Browse files
committed
Version bump
1 parent 62c6531 commit 6b52aa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tinyexpr.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@
8080

8181
constexpr int TINYEXPR_CPP_MAJOR_VERSION = 1;
8282
constexpr int TINYEXPR_CPP_MINOR_VERSION = 0;
83-
constexpr int TINYEXPR_CPP_PATCH_VERSION = 0;
84-
constexpr int TINYEXPR_CPP_TWEAK_VERSION = 1;
83+
constexpr int TINYEXPR_CPP_PATCH_VERSION = 1;
84+
constexpr int TINYEXPR_CPP_TWEAK_VERSION = 0;
8585
#define TINYEXPR_CPP_COPYRIGHT \
8686
"TinyExpr: Copyright (c) 2015-2020 Lewis Van Winkle\n" \
8787
"TinyExpr++: Copyright (c) 2020-2025 Blake Madden"

0 commit comments

Comments
 (0)