diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-04-18 07:37:22 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-04-18 07:37:22 -0700 |
commit | d9012ed7171d4962a118c3bac289a63e7347f7bf (patch) | |
tree | 79611291aadf09b5d22fc420a1e978b912b32961 | |
parent | 94f84584fcb35de610f3c2b7a82164da7f6bcc65 (diff) | |
download | cppawk-20220418.tar.gz cppawk-20220418.tar.bz2 cppawk-20220418.zip |
Bump version to 20220418.20220418
-rwxr-xr-x | cppawk | 2 | ||||
-rw-r--r-- | cppawk-case.1 | 2 | ||||
-rw-r--r-- | cppawk-cons.1 | 2 | ||||
-rw-r--r-- | cppawk-narg.1 | 2 | ||||
-rw-r--r-- | cppawk.1 | 2 |
5 files changed, 5 insertions, 5 deletions
@@ -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=20220329 $stdopt" +prepro_opts="-D__gawk__=1 -D__cppawk_ver=20220418 $stdopt" # globals bash=${BASH_VERSION+y} diff --git a/cppawk-case.1 b/cppawk-case.1 index db924b8..aed2b25 100644 --- a/cppawk-case.1 +++ b/cppawk-case.1 @@ -1,4 +1,4 @@ -.TH CPPAWK-CASE 1 "29 March 2022" "cppawk Libraries" "Case Macro" +.TH CPPAWK-CASE 1 "18 April 2022" "cppawk Libraries" "Case Macro" .SH NAME case \- macro for portable switch statement diff --git a/cppawk-cons.1 b/cppawk-cons.1 index 4b22827..ea5baa7 100644 --- a/cppawk-cons.1 +++ b/cppawk-cons.1 @@ -28,7 +28,7 @@ .IP " " .PP .. -.TH CPPAWK-CONS 1 "29 March 2022" "cppawk Libraries" "Cons Cells" +.TH CPPAWK-CONS 1 "18 April 2022" "cppawk Libraries" "Cons Cells" .SH NAME cons \- Lisp-like data representation and control flow macros diff --git a/cppawk-narg.1 b/cppawk-narg.1 index c9f30a0..ed99005 100644 --- a/cppawk-narg.1 +++ b/cppawk-narg.1 @@ -1,4 +1,4 @@ -.TH CPPAWK-NARG 1 "29 March 2022" "cppawk Libraries" "Case Macro" +.TH CPPAWK-NARG 1 "18 April 2022" "cppawk Libraries" "Case Macro" .SH NAME .I narg @@ -1,4 +1,4 @@ -.TH CPPAWK 1 "29 March 2022" "Utility Commands" "Awk With C Preprocessing" +.TH CPPAWK 1 "18 April 2022" "Utility Commands" "Awk With C Preprocessing" .SH NAME cppawk \- wrapper for awk, with C preprocessing |