diff options
author | Chet Ramey <chet.ramey@case.edu> | 2013-01-10 19:53:16 -0500 |
---|---|---|
committer | Chet Ramey <chet.ramey@case.edu> | 2013-01-10 19:53:16 -0500 |
commit | 509a4430ae72aec10896713435e84f5b27675763 (patch) | |
tree | 84f0b9867cb4660bf61f2965259ec61d41e3eac7 /patchlevel.h | |
parent | 8dea6e878b47519840d57eb215945f3e1fac7421 (diff) | |
download | android_external_bash-509a4430ae72aec10896713435e84f5b27675763.tar.gz android_external_bash-509a4430ae72aec10896713435e84f5b27675763.tar.bz2 android_external_bash-509a4430ae72aec10896713435e84f5b27675763.zip |
Bash-4.2 patch 42
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 d0523dc..10e294f 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 41 +#define PATCHLEVEL 42 #endif /* _PATCHLEVEL_H_ */ |