summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2022-01-04 17:01:33 -0500
committerChet Ramey <chet.ramey@case.edu>2022-01-04 17:01:33 -0500
commit18ad612ea80ba978ae8271800814737e224a4baf (patch)
tree4f8cac02f42b39566a775d520916b29e34608ae4 /patchlevel.h
parent72912fb8209105af961c851260a173115efe60be (diff)
downloadbash-18ad612ea80ba978ae8271800814737e224a4baf.tar.gz
Bash-5.1 patch 15: fix readline display of some characters > 128 in certain single-byte encodings
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 f2e80d19..252e0819 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 14
+#define PATCHLEVEL 15
#endif /* _PATCHLEVEL_H_ */