diff --git a/picoc.h b/picoc.h index 1284663..bf6f555 100644 --- a/picoc.h +++ b/picoc.h @@ -5,7 +5,7 @@ /* picoc version number */ #ifdef VER -#define PICOC_VERSION "v2.2 beta r" VER /* VER is the git hash number, obtained via the Makefile */ +#define PICOC_VERSION TAG " r" VER /* VER is the git hash number, obtained via the Makefile */ #else #define PICOC_VERSION "v2.2" #endif