From 7c709e69b7b91e10664032bad076392e844bb87a Mon Sep 17 00:00:00 2001 From: Joseph Poirier Date: Sat, 6 Jun 2015 22:29:00 -0500 Subject: [PATCH] add TAG flag --- picoc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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