diff --git a/4coder_API/version.h b/4coder_API/version.h index b0ee81e7..059f17c0 100644 --- a/4coder_API/version.h +++ b/4coder_API/version.h @@ -1,6 +1,6 @@ #define MAJOR 4 #define MINOR 0 -#define PATCH 23 +#define PATCH 22 // string #define VN__(a,b,c) #a "." #b "." #c