summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2022-11-07 11:42:44 -0500
committerChet Ramey <chet.ramey@case.edu>2022-11-07 11:42:44 -0500
commit6ddc9cf242078c02c626ec60ee139c586da49bad (patch)
treebd895e1664b370d8950f1734acac3f666c528168 /patchlevel.h
parent8c9524f9c4b0242bd2239043118984b781bb60ab (diff)
downloadbash-6ddc9cf242078c02c626ec60ee139c586da49bad.tar.gz
Bash-5.2 patch 7: fixes for alias expansion inside command substitution in POSIX mode
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 39d4c330..b1897c50 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 6
+#define PATCHLEVEL 7
#endif /* _PATCHLEVEL_H_ */