diff --git a/src/redpile.h b/src/redpile.h index abe1edc..eaeeecd 100644 --- a/src/redpile.h +++ b/src/redpile.h @@ -19,7 +19,7 @@ #ifndef REDPILE_H #define REDPILE_H -#define REDPILE_VERSION "0.0.1" +#define REDPILE_VERSION "0.2.0" #define ERROR_IF(CONDITION, MESSAGE) if (CONDITION) { fprintf(stderr, MESSAGE); exit(EXIT_FAILURE); } #define CHECK_OOM(POINTER) ERROR_IF(!POINTER, "Out of memory!\n")