Bash-5.1 patch 9: fix bash malloc implementation of malloc_usable_size

This commit is contained in:
Chet Ramey
2021-11-17 16:44:19 -05:00
parent ce23728687
commit fed42742e0
2 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -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_ */