From 595b367f6fd2d09e1489389ba999f73915309b5c Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Thu, 24 Mar 2022 23:08:18 -0700 Subject: Bump version to 20220325. --- cppawk | 2 +- cppawk.1 | 2 +- 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 -- cgit v1.2.3