aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2026-02-25 17:58:23 +0100
committerlemon <lsof@mailbox.org>2026-02-25 17:58:23 +0100
commit62827308a32a80729d98934081eb87d9182c4752 (patch)
treeca26a77f51839650de774f99927816daadb81c06
parent6c3f1593e953393f4b9329a0c47c5af0a587c8c9 (diff)
0.1.8
-rw-r--r--version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.h b/version.h
index 65a90a5..702b92d 100644
--- a/version.h
+++ b/version.h
@@ -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__)