add TAG flag

This commit is contained in:
Joseph Poirier 2015-06-06 22:29:00 -05:00
parent 91a9a6df12
commit 7c709e69b7

View file

@ -5,7 +5,7 @@
/* picoc version number */ /* picoc version number */
#ifdef VER #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 #else
#define PICOC_VERSION "v2.2" #define PICOC_VERSION "v2.2"
#endif #endif