diff options
author | Chet Ramey <chet.ramey@case.edu> | 2021-11-17 16:44:19 -0500 |
---|---|---|
committer | Chet Ramey <chet.ramey@case.edu> | 2021-11-17 16:44:19 -0500 |
commit | fed42742e0b33b358610bf62c7474f55e6465205 (patch) | |
tree | a9ef2585f16b5c39749f8366b01c71da894daf72 /patchlevel.h | |
parent | ce23728687ce9e584333367075c9deef413553fa (diff) | |
download | bash-fed42742e0b33b358610bf62c7474f55e6465205.tar.gz |
Bash-5.1 patch 9: fix bash malloc implementation of malloc_usable_size
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 10fde2ee..17586ff7 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 8 +#define PATCHLEVEL 9 #endif /* _PATCHLEVEL_H_ */ |