aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/cppawk2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/cppawk b/bin/cppawk
index e5c95dc..bb58c78 100755
--- a/bin/cppawk
+++ b/bin/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=20220419 $stdopt"
+prepro_opts="-D__gawk__=1 -D__cppawk_ver=20220703 $stdopt"
# globals
bash=${BASH_VERSION+y}