diff options
author | Chet Ramey <chet.ramey@case.edu> | 2014-05-16 14:17:56 -0400 |
---|---|---|
committer | Chet Ramey <chet.ramey@case.edu> | 2014-05-16 14:17:56 -0400 |
commit | 3b34f6e68ce94b15608a49feb62702a71bc18665 (patch) | |
tree | 020ae10d4fff704e9dffa666b92acb7e3b4d6e9e /patchlevel.h | |
parent | eec5e6ee83ff3670706a6b5f097ce83202b31c9e (diff) | |
download | android_external_bash-3b34f6e68ce94b15608a49feb62702a71bc18665.tar.gz android_external_bash-3b34f6e68ce94b15608a49feb62702a71bc18665.tar.bz2 android_external_bash-3b34f6e68ce94b15608a49feb62702a71bc18665.zip |
Bash-4.3 patch 14
Diffstat (limited to 'patchlevel.h')
-rw-r--r-- | patchlevel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patchlevel.h b/patchlevel.h index 72064c5..20a8267 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 13 +#define PATCHLEVEL 14 #endif /* _PATCHLEVEL_H_ */ |