summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2022-11-23 17:17:39 -0500
committerChet Ramey <chet.ramey@case.edu>2022-11-23 17:17:39 -0500
commitc7bb74de78058f6381d54148465d42e8370e075a (patch)
treec6cb37485102ae2c8ea660335e9ed70d06ffcef1 /patchlevel.h
parenta6435a3c505c7759430646fd426c17c69963c36b (diff)
downloadbash-c7bb74de78058f6381d54148465d42e8370e075a.tar.gz
Bash-5.2 patch 12: fixes for compat mode leaving extglob enabled after command substitution
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 9ff902a0..bf3498f6 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 11
+#define PATCHLEVEL 12
#endif /* _PATCHLEVEL_H_ */