aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2022-04-19 19:48:39 -0700
committerKaz Kylheku <kaz@kylheku.com>2022-04-19 19:48:39 -0700
commitbeffb61f9d68b358d4f2b938b7fe0887a7b39dda (patch)
tree264f82b4a921f8e2958f3b9d0ee523ab9bcd98bc
parente59acb76cb274b4fae81f89a5954693c9bd641a8 (diff)
downloadcppawk-beffb61f9d68b358d4f2b938b7fe0887a7b39dda.tar.gz
cppawk-beffb61f9d68b358d4f2b938b7fe0887a7b39dda.tar.bz2
cppawk-beffb61f9d68b358d4f2b938b7fe0887a7b39dda.zip
Bump version to 20220419.
-rwxr-xr-xcppawk2
-rw-r--r--cppawk-case.12
-rw-r--r--cppawk-cons.12
-rw-r--r--cppawk-iter.12
-rw-r--r--cppawk-narg.12
-rw-r--r--cppawk.12
6 files changed, 6 insertions, 6 deletions
diff --git a/cppawk b/cppawk
index 566ceae..b965dad 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=20220418 $stdopt"
+prepro_opts="-D__gawk__=1 -D__cppawk_ver=20220419 $stdopt"
# globals
bash=${BASH_VERSION+y}
diff --git a/cppawk-case.1 b/cppawk-case.1
index aed2b25..351b6cc 100644
--- a/cppawk-case.1
+++ b/cppawk-case.1
@@ -1,4 +1,4 @@
-.TH CPPAWK-CASE 1 "18 April 2022" "cppawk Libraries" "Case Macro"
+.TH CPPAWK-CASE 1 "19 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 ea5baa7..049d802 100644
--- a/cppawk-cons.1
+++ b/cppawk-cons.1
@@ -28,7 +28,7 @@
.IP " "
.PP
..
-.TH CPPAWK-CONS 1 "18 April 2022" "cppawk Libraries" "Cons Cells"
+.TH CPPAWK-CONS 1 "19 April 2022" "cppawk Libraries" "Cons Cells"
.SH NAME
cons \- Lisp-like data representation and control flow macros
diff --git a/cppawk-iter.1 b/cppawk-iter.1
index 6618a90..531a4a6 100644
--- a/cppawk-iter.1
+++ b/cppawk-iter.1
@@ -28,7 +28,7 @@
.IP " "
.PP
..
-.TH CPPAWK-ITER 1 "18 April 2022" "cppawk Libraries" "Iteration"
+.TH CPPAWK-ITER 1 "19 April 2022" "cppawk Libraries" "Iteration"
.SH NAME
iter \- powerful, user-extensible iteration language for Awk
diff --git a/cppawk-narg.1 b/cppawk-narg.1
index ed99005..123d21d 100644
--- a/cppawk-narg.1
+++ b/cppawk-narg.1
@@ -1,4 +1,4 @@
-.TH CPPAWK-NARG 1 "18 April 2022" "cppawk Libraries" "Case Macro"
+.TH CPPAWK-NARG 1 "19 April 2022" "cppawk Libraries" "Case Macro"
.SH NAME
.I narg
diff --git a/cppawk.1 b/cppawk.1
index 5004943..5be963c 100644
--- a/cppawk.1
+++ b/cppawk.1
@@ -1,4 +1,4 @@
-.TH CPPAWK 1 "18 April 2022" "Utility Commands" "Awk With C Preprocessing"
+.TH CPPAWK 1 "19 April 2022" "Utility Commands" "Awk With C Preprocessing"
.SH NAME
cppawk \- wrapper for awk, with C preprocessing