diff options
| author | 2026-02-25 17:58:23 +0100 | |
|---|---|---|
| committer | 2026-02-25 17:58:23 +0100 | |
| commit | 62827308a32a80729d98934081eb87d9182c4752 (patch) | |
| tree | ca26a77f51839650de774f99927816daadb81c06 | |
| parent | 6c3f1593e953393f4b9329a0c47c5af0a587c8c9 (diff) | |
0.1.8
| -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.7 */ +/* 0.1.8 */ #define ANTCC_VERSION_MAJOR 0 #define ANTCC_VERSION_MINOR 1 -#define ANTCC_VERSION_PATCH 7 +#define ANTCC_VERSION_PATCH 8 #define XSTR_(...) #__VA_ARGS__ #define XSTR(...) XSTR_(__VA_ARGS__) |