aboutsummaryrefslogtreecommitdiff
path: root/include/arg.h
diff options
context:
space:
mode:
authorShav Kinderlehrer <[email protected]>2023-04-26 18:05:13 -0400
committerShav Kinderlehrer <[email protected]>2023-04-26 18:05:13 -0400
commit7e24ad39b1e926339cbe3ec295791d0f608a91df (patch)
treedfcfde5c7b6c4afc3a0ba16d125a3131f862cd87 /include/arg.h
parent77c2d0ea4ad366104f082b6670b6af03fc45e497 (diff)
downloadlat-7e24ad39b1e926339cbe3ec295791d0f608a91df.tar.gz
lat-7e24ad39b1e926339cbe3ec295791d0f608a91df.zip
Cleanupv0.12.1
- Cleanup unneeded headers - Fix helptext typos/bugs - add noreturn to die(), and equiv
Diffstat (limited to 'include/arg.h')
-rw-r--r--include/arg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/arg.h b/include/arg.h
index 6b20bec..0774ef2 100644
--- a/include/arg.h
+++ b/include/arg.h
@@ -2,7 +2,7 @@
#define ARG_H
#include <stdbool.h>
-#define LAT_VERSION "0.12.0"
+#define LAT_VERSION "0.12.1"
struct config {
bool stdin;