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 */
|
/* 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
|
||||||
|
|
Loading…
Reference in a new issue