diff options
author | Chet Ramey <chet.ramey@case.edu> | 2022-11-07 11:43:33 -0500 |
---|---|---|
committer | Chet Ramey <chet.ramey@case.edu> | 2022-11-07 11:43:33 -0500 |
commit | ddde6f00b83c6473561b153684ea4cea1f9d21a3 (patch) | |
tree | a03693ac11f79015eddf0bc157b5b60962bc3377 /patchlevel.h | |
parent | 6ddc9cf242078c02c626ec60ee139c586da49bad (diff) | |
download | bash-ddde6f00b83c6473561b153684ea4cea1f9d21a3.tar.gz |
Bash-5.2 patch 8: fix for quoting brackets inside array subscript expansion
Diffstat (limited to 'patchlevel.h')
-rw-r--r-- | patchlevel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patchlevel.h b/patchlevel.h index b1897c50..333dd947 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -25,6 +25,6 @@ regexp `^#define[ ]*PATCHLEVEL', since that's what support/mkversion.sh looks for to find the patch level (for the sccs version string). */ -#define PATCHLEVEL 7 +#define PATCHLEVEL 8 #endif /* _PATCHLEVEL_H_ */ |