aboutsummaryrefslogtreecommitdiffstats
path: root/patchlevel.h
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2019-11-25 00:36:25 +0100
committerVasyl Gello <vasek.gello@gmail.com>2019-11-26 20:25:33 +0000
commit2ea95889137bfb18096d6cd8243b8938a690a231 (patch)
tree80d93ebc75e51bf0f365db118b2ef83a09373118 /patchlevel.h
parent7c65dd40610f036bcba1a053f2695f051a467dc1 (diff)
downloadandroid_external_bash-2ea95889137bfb18096d6cd8243b8938a690a231.tar.gz
android_external_bash-2ea95889137bfb18096d6cd8243b8938a690a231.tar.bz2
android_external_bash-2ea95889137bfb18096d6cd8243b8938a690a231.zip
Bash-4.3 patch 44
A typo prevents the `compat42' shopt option from working as intended. Change-Id: Ifc34db5425d2222854ac4f49809998798fe909fd
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 60eb423..4b23f47 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 43
+#define PATCHLEVEL 44
#endif /* _PATCHLEVEL_H_ */