diff options
author | Chet Ramey <chet.ramey@case.edu> | 2012-05-07 16:23:39 -0400 |
---|---|---|
committer | Chet Ramey <chet.ramey@case.edu> | 2012-05-07 16:23:39 -0400 |
commit | cd110fdfc29a8766f71a8f9fbb0e011b83d23763 (patch) | |
tree | fae7164be4127d26c8e2da8071678244bd05c74b /patchlevel.h | |
parent | 91717ba3b24d1ed49c47b35b88cf3d44c2eb0dc3 (diff) | |
download | android_external_bash-cd110fdfc29a8766f71a8f9fbb0e011b83d23763.tar.gz android_external_bash-cd110fdfc29a8766f71a8f9fbb0e011b83d23763.tar.bz2 android_external_bash-cd110fdfc29a8766f71a8f9fbb0e011b83d23763.zip |
Bash-4.2 patch 28
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 5e31cd4..a2be105 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 27 +#define PATCHLEVEL 28 #endif /* _PATCHLEVEL_H_ */ |