summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2021-11-17 16:45:23 -0500
committerChet Ramey <chet.ramey@case.edu>2021-11-17 16:45:23 -0500
commit910fcdc415abeb3d7d85fb46ee0d3e804a4c47a6 (patch)
tree67389d59f8cfb8cff655a69c709d73f5aa74c28d /patchlevel.h
parentfed42742e0b33b358610bf62c7474f55e6465205 (diff)
downloadbash-910fcdc415abeb3d7d85fb46ee0d3e804a4c47a6.tar.gz
Bash-5.1 patch 10: fix for wait -n being interrupted by a trapped signal
Diffstat (limited to 'patchlevel.h')
-rw-r--r--patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/patchlevel.h b/patchlevel.h
index 17586ff7..75246e44 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 9
+#define PATCHLEVEL 10
#endif /* _PATCHLEVEL_H_ */