diff --git a/common.h b/common.h index 8c5a6a7..969f326 100644 --- a/common.h +++ b/common.h @@ -11,7 +11,7 @@ extern int quiet; // VERSION is the semantic version of the program -#define VERSION "1.3.0" +#define VERSION "1.4.0" void asciiheader(); void boopprintf(const char *__restrict __format, ...);