Skip to content

Commit a9378e5

Browse files
committed
Add version constants
1 parent 72ec5d0 commit a9378e5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tinyexpr.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,11 @@
7878
#include <tuple>
7979
#include <type_traits>
8080

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 = 0;
85+
8186
class te_parser;
8287

8388
#if defined(TE_RAND_SEED) && defined(TE_RAND_SEED_TIME)

0 commit comments

Comments
 (0)