commit | 85f4521808dd9a587c00f9a2927e84217721cfca | [log] [tgz] |
---|---|---|
author | tristhaus <tristhaus@yahoo.de> | Fri Oct 06 19:51:13 2023 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Fri Oct 06 19:51:13 2023 +0200 |
tree | 7b7ac4f47ac15013ad7d240e036d227dd3154c3d | |
parent | 580c1fcb4ad85360cd3a361c3c8e37b534153d60 [diff] [blame] |
patch 9.0.1998: xxd: cannot reverse a bit dump Problem: xxd: cannot reverse a bit dump Solution: implement reversing the bit dump using -b -r closes: #13286 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: tristhaus <tristhaus@yahoo.de>
diff --git a/src/version.c b/src/version.c index a946279..5335352 100644 --- a/src/version.c +++ b/src/version.c
@@ -705,6 +705,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1998, +/**/ 1997, /**/ 1996,