diff --git a/4coder_API/version.h b/4coder_API/version.h index 64caa0ab..75a7434a 100644 --- a/4coder_API/version.h +++ b/4coder_API/version.h @@ -1,6 +1,6 @@ #define MAJOR 4 #define MINOR 0 -#define PATCH 19 +#define PATCH 20 // string #define VN__(a,b,c) #a"."#b"."#c