add TAG flag
This commit is contained in:
parent
91a9a6df12
commit
7c709e69b7
2
picoc.h
2
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
|
||||
|
|
Loading…
Reference in a new issue