diff --git a/include/with99.h b/include/with99.h index a669f37..609b118 100644 --- a/include/with99.h +++ b/include/with99.h @@ -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))