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
commit36af47eab84fb9ec1f60331fbd0d8c7a85698954 (patch)
tree35097536013c6b222400957448e10a2686054279 /include/arg.h
parentcf740c34c36bf95d6d7ab6c1c032295be191db5a (diff)
downloadlat-36af47eab84fb9ec1f60331fbd0d8c7a85698954.tar.gz
lat-36af47eab84fb9ec1f60331fbd0d8c7a85698954.zip
Cleanup
- 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;