summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2020-12-19 14:30:13 -0500
committerChet Ramey <chet.ramey@case.edu>2020-12-19 14:30:13 -0500
commit76404c85d492c001f59f2644074333ffb7608532 (patch)
tree5ddcf0991c32d2b830de7396970fba3facdee1d9 /patchlevel.h
parenta042c731eecd6c6f5c488fa3187af28b18a6c905 (diff)
downloadbash-76404c85d492c001f59f2644074333ffb7608532.tar.gz
Bash-5.1 patch 4: fix key-value pair associative array assignment word expansions
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 e4d85cf8..e1429c24 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_ */