From a48582ba93794b204bb4426431b354897f7b89a8 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 29 Mar 2022 08:12:47 -0700 Subject: Bump version to 20220329. --- cppawk | 2 +- cppawk-case.1 | 2 +- cppawk.1 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cppawk b/cppawk index f27fb95..265d293 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=20220328 $stdopt" +prepro_opts="-D__gawk__=1 -D__cppawk_ver=20220329 $stdopt" # globals bash=${BASH_VERSION+y} diff --git a/cppawk-case.1 b/cppawk-case.1 index f048ff6..9fd33f3 100644 --- a/cppawk-case.1 +++ b/cppawk-case.1 @@ -1,4 +1,4 @@ -.TH CPPAWK-CASE 1 "28 March 2022" "cppawk Libraries" "Case Macro" +.TH CPPAWK-CASE 1 "29 March 2022" "cppawk Libraries" "Case Macro" .SH NAME case \- macro for portable switch statement diff --git a/cppawk.1 b/cppawk.1 index d2da42a..2b7d0c3 100644 --- a/cppawk.1 +++ b/cppawk.1 @@ -1,4 +1,4 @@ -.TH CPPAWK 1 "28 March 2022" "Utility Commands" "Awk With C Preprocessing" +.TH CPPAWK 1 "29 March 2022" "Utility Commands" "Awk With C Preprocessing" .SH NAME cppawk \- wrapper for awk, with C preprocessing -- cgit v1.2.3