summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2022-12-13 12:41:47 -0500
committerChet Ramey <chet.ramey@case.edu>2022-12-13 12:41:47 -0500
commit52f2cda1a2156c8532f2f49391470cf2f66a1bd0 (patch)
treed312916282d29966c676ae3567bbf079f7108a34 /patchlevel.h
parentc7bb74de78058f6381d54148465d42e8370e075a (diff)
downloadbash-52f2cda1a2156c8532f2f49391470cf2f66a1bd0.tar.gz
Bash-5.2 patch 13: fix memory leak referencing a nonexistent associative array element
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 bf3498f6..7ebe846a 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 12
+#define PATCHLEVEL 13
#endif /* _PATCHLEVEL_H_ */