aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2026-02-19 20:10:33 +0100
committerlemon <lsof@mailbox.org>2026-02-19 20:10:33 +0100
commit1430f62ebed808458baccbdf0e41b806334ff704 (patch)
treebc272934bb4caf3d98b63bb69f8b9d961c276863
parent5ccb5432d0257fd5bdb92fcb22bd0fe58922498c (diff)
0.1.5
-rw-r--r--version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.h b/version.h
index a190987..6ebd3f5 100644
--- a/version.h
+++ b/version.h
@@ -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__)