Bump version.
This commit is contained in:
parent
5fafe9905b
commit
f27745aca1
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user