diff options
| author | 2026-02-19 20:10:33 +0100 | |
|---|---|---|
| committer | 2026-02-19 20:10:33 +0100 | |
| commit | 1430f62ebed808458baccbdf0e41b806334ff704 (patch) | |
| tree | bc272934bb4caf3d98b63bb69f8b9d961c276863 | |
| parent | 5ccb5432d0257fd5bdb92fcb22bd0fe58922498c (diff) | |
0.1.5
| -rw-r--r-- | version.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,10 +1,10 @@ #ifndef VERSION_H_ #define VERSION_H_ -/* 0.1.4 */ +/* 0.1.5 */ #define ANTCC_VERSION_MAJOR 0 #define ANTCC_VERSION_MINOR 1 -#define ANTCC_VERSION_PATCH 4 +#define ANTCC_VERSION_PATCH 5 #define XSTR_(...) #__VA_ARGS__ #define XSTR(...) XSTR_(__VA_ARGS__) |