diff options
| author | 2026-02-28 20:54:31 +0100 | |
|---|---|---|
| committer | 2026-02-28 20:54:31 +0100 | |
| commit | 80177ee3b38b9ab7ce6bc5c5ab9bec8f431ef77a (patch) | |
| tree | 2340ec5d5e3540913fbc97b1e9537d309afd5c3a | |
| parent | f06da11d8524a9eb7fe984171d4462cef8eac2e6 (diff) | |
0.1.9
| -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.8 */ +/* 0.1.9 */ #define ANTCC_VERSION_MAJOR 0 #define ANTCC_VERSION_MINOR 1 -#define ANTCC_VERSION_PATCH 8 +#define ANTCC_VERSION_PATCH 9 #define XSTR_(...) #__VA_ARGS__ #define XSTR(...) XSTR_(__VA_ARGS__) |