summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2019-04-20 14:24:28 -0400
committerChet Ramey <chet.ramey@case.edu>2019-04-20 14:24:28 -0400
commit16c907aa3bb427618733e5a6f2f4e2fc5a3488d3 (patch)
treeeb06dae76a637ed1663615bac885f71362832a16 /patchlevel.h
parentfcf6ae7d069a64741e9484cf219d7fe95de9e796 (diff)
downloadbash-16c907aa3bb427618733e5a6f2f4e2fc5a3488d3.tar.gz
Bash-5.0 patch 4: the wait builtin without arguments only waits for known children the shell started
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 e7e960c1..c059f0bd 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 3
+#define PATCHLEVEL 4
#endif /* _PATCHLEVEL_H_ */