summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2019-04-20 14:27:00 -0400
committerChet Ramey <chet.ramey@case.edu>2019-04-20 14:27:00 -0400
commitdfd2cc6ac5558e252af0a7cb829a9629bf782e17 (patch)
treed6e409d5d57ee0a536f54972d9efb5c31ee4aece /patchlevel.h
parent41f5420db7a911fb0833be693205f4db41f05434 (diff)
downloadbash-dfd2cc6ac5558e252af0a7cb829a9629bf782e17.tar.gz
Bash-5.0 patch 6: allow building with SYSLOG_HISTORY defined without defining SYSLOG_SHOPT
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 1bc098b8..14bff9fc 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 5
+#define PATCHLEVEL 6
#endif /* _PATCHLEVEL_H_ */