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 d6b29d4..6508af3 100755
--- a/cppawk
+++ b/cppawk
@@ -33,7 +33,7 @@ incopt=-iquote # GNU extension: must be changed to -I for traditional cpp
dumpopt=-dM # GNU cpp option to dump macros
stdopt=-std=c99 # GNU cpp option for standard conformance
awk=gawk
-prepro_opts="-D__gawk__=1 -D__cppawk_ver=20220324 $stdopt"
+prepro_opts="-D__gawk__=1 -D__cppawk_ver=20220325 $stdopt"
# globals
bash=${BASH_VERSION+y}
diff --git a/cppawk.1 b/cppawk.1
index 3253d09..e994e07 100644
--- a/cppawk.1
+++ b/cppawk.1
@@ -1,4 +1,4 @@
-.TH CPPAWK 1 "24 March 2022" "Utility Commands" "Awk With C Preprocessing"
+.TH CPPAWK 1 "25 March 2022" "Utility Commands" "Awk With C Preprocessing"
.SH NAME
cppawk \- wrapper for awk, with C preprocessing