aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcppawk2
-rw-r--r--cppawk.12
2 files changed, 2 insertions, 2 deletions
diff --git a/cppawk b/cppawk
index 977c2ed..bd80d4c 100755
--- a/cppawk
+++ b/cppawk
@@ -31,7 +31,7 @@
prepro=cpp
incopt=-iquote # GNU extension: must be changed to -I for traditional cpp
awk=gawk
-prepro_opts="-D__gawk__=1 -D__cppawk_ver=20220321"
+prepro_opts="-D__gawk__=1 -D__cppawk_ver=20220324"
# globals
awk_file=
diff --git a/cppawk.1 b/cppawk.1
index 62ecd46..4a70a17 100644
--- a/cppawk.1
+++ b/cppawk.1
@@ -1,4 +1,4 @@
-.TH cppawk 1 "18 March 2022" "Beta Version" "cppawk manual"
+.TH CPPAWK 1 "24 March 2022" "Utility Commands" "Awk With C Preprocessing"
.SH NAME
cppawk \- wrapper for awk, with C preprocessing