Bump version.

This commit is contained in:
bʰedoh₂ swé 2025-04-08 00:21:31 +05:00
parent 5fafe9905b
commit f27745aca1

View File

@ -13,8 +13,8 @@
#endif
#define WITH99_MAJOR 0
#define WITH99_MINOR 1
#define WITH99_PATCH 1
#define WITH99_MINOR 2
#define WITH99_PATCH 0
#define WITH99_VERSION_COMPATIBLE(x, y, z) (WITH99_MAJOR == (x) && ((WITH99_MINOR == (y) && WITH99_PATCH >= (z)) || (WITH99_MINOR > (y))))
#define WITH99_VERSION_EQ(x, y, z) (WITH99_MAJOR == (x) && WITH99_MINOR == (y) && WITH99_PATCH == (z))